GridDataBoundGrid highlight current cell

I am using a GridDataBoundGrid to display static data, and am setting the ListBoxSelectionMode property to One, so the row will be selected when a user clicks on a cell. However the current cell does not get highlighted. Is there a way to change this so the current cell will also be highlighted? I am using 3.0.1.1. Thanks, Michael Sabin

2 Replies

AD Administrator Syncfusion Team April 4, 2005 04:08 PM UTC

Try handling the CurrentCellActivating event, and in your handler, set e.ColIndex = 0 to see if this does what you need.


AD Administrator Syncfusion Team April 4, 2005 05:10 PM UTC

Thanks, that worked

Loader.
Up arrow icon