Changing Cell''s Style Properties using the GridStyleInfo

I was trying to change individual cells styles like backcolor, or text color. using grd.Model.GetCellInfo(Row, Col, StyleInfo) setting the properties and then : grd.Model.SetCellInfo(Row, Col, StyleInfo, StyleModifyType.Changes) But no changes take effect. Why and is there is a better way to do that? Thankx

1 Reply

AD Administrator Syncfusion Team February 13, 2005 03:47 PM UTC

Is grd a GridControl? If not, the above code will not work. You cannot set individual cell style properties (other than CellValue and Text) in a GridDataBoundGrid. If it is a GridControl, try using StyleModifyType.Override.

Loader.
Up arrow icon