GridDataControl selections

Hello,

How to select a range of cells without select entire rows?

Thanks!


1 Reply

RA Rajasekar Syncfusion Team July 14, 2011 05:40 AM UTC

Hi Jorge,

Thanks for your update.

You can achieve your requirement by using the below code snippet,

Code Snippet[C#]

this.grid.ListBoxSelectionMode = GridSelectionMode.None;
this.grid.AllowSelection = GridSelectionFlags.Cell;

Please let us know if you have any queries.

Thanks,
Rajasekar


Loader.
Up arrow icon