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