Dear all,
I have set the cell activation to be "NoEdit". When I select the row, i want it highlight the entire row, instead of the cell as shown below. Do you have any ideas? Any sample code???
My guess is that this row is not selected, it's Active. By default, the grid has both an ActiveRowAppearance and an ActiveCellAppearance applied to it. The ActiveRowAppearance looks like a selected row using the system highlight colors. The ActiveCellAppearance it white like you see here. Just go to the grid.DisplayLayout.Override.ActiveCellAppearance and reset it.
Hello
Maybe one possible approach could be if you are using:
ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
Please let me know if you have any questions
Regards