We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon