hi all ,
Need to restrict row selection or cell selection ..ie the row shud not be highlighted any help ..plz
Thanks in advance
You can turn off selection using the SelectTypeRow, SelectTypeCell, and SelectTypeCol properties on the Override.
The ActiveRow and ActiveCell in the grid will appear highlighted by default, so you can turn this off by going to grid.Displaylayout.Override and resetting the ActiveRowAppearance and ActiveCellAppearance.
Hi Mike:
Isnt there a way NOT to select (highlight) any row by default?
Override and resetting the ActiveRowAppearance and ActiveCellAppearance, seems to be a workaround.All I want is to display all the records and allow user to select and not show something selected by default.
Hi,
I set all the properties: SelectTypeRow, SelectTypeCell, and SelectTypeCol to None in the Override but I'm still able to select row in my grid at runtime.
Any idea?
Thanks!