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

Row selection

I have gridgrouping control and I want to enable only row selection (not seperate cells) - how can I solve this? Kind regards Franz

3 Replies

AD Administrator Syncfusion Team September 1, 2005 04:04 PM UTC

In 3.0 or greater, try setting grid.TableOptions.ListBoxSelectionMode = SelectionMode.One; grid.TableOptions.AllowSelections = GridSelectionFlags.None;


AD Administrator Syncfusion Team September 2, 2005 06:35 AM UTC

Hmm, I tried that, the row is now selected (with a blue background), but the cell is still also selected (white background with caret in it). How can I stop that. My version 3.2.1.0


AD Administrator Syncfusion Team September 2, 2005 07:50 AM UTC

Try setting: grid.TableOptions.ListBoxSelectionCurrentCellOptions = GridListBoxSelectionCurrentCellOptions.None;

Loader.
Live Chat Icon For mobile
Up arrow icon