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

GridDataBound --> Allow only one row to be selected.

I am using a griddataboundgrid and wondering if there is a way to disable multiple row selection. I just want user be able to select one row at a time.

Thanks,
Adnan

1 Reply

AD Administrator Syncfusion Team February 21, 2007 06:02 PM UTC

Hi Adnan,

Try setting the ListBoxSelectionMode property to SelectionMode.One in a grid and let me know if this helps.

this.grid.ListBoxSelectionMode = SelectionMode.One;

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon