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.
Up arrow icon