We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon