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

How to select an entire row when one cell is clicked?

How do I go about forcing the selection to always be an entire row whenever the user tries clicking on a cell in the grid? Setting the AllowSelection property to "Row" doesn't seem to do the trick.

1 Reply

AD Administrator Syncfusion Team September 5, 2003 01:47 PM UTC

Use the ListBoxSelectionMode property on the grid. Also, if you want the currentcell to look like teh rest of the selected row, subscribe to the CurrentCellActivating event, and set e.ColIndex = 0 in your handler.

Loader.
Live Chat Icon For mobile
Up arrow icon