Hi,
I have an UltraGrid with multiple rows.When I set the selectedRowAppearance.ForeColor, itbecomes applicable to all the selected rows.Is there a way to set the SelectedRowAppearanceproperty for a single row at runtime ??I dont want this property to affect all the selected rows.
Thanks,Sid.
Hi Sid,
I don't think you can do this for a row. But there is a SelectedAppearance on the Cell in the latest version of the grid. So you could set the SelectedAppearance.ForeColor on each cell.
Hi Mike,
I will iterate through the desired row and try that property for each cell.Thanks.!!
-Sid.