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