Is there any way to allow the user to do a multiple row selection just by clicking and dragging along cells within the actual grid? I.e. Without using the indicator column?
|
You can do that by cell using just properties by setting the following properties located in Gridview.Options
If you need to do it by entire rows, you are stuck writing that functionality yourself using |
|||
|
|
download the attached sample from this link and customize it to implement your functionality... MultiSelect Rows & Cells simultaneously check the following thread, which using indicator but you can customize it hiding indicator and setting select option to cellselect etc... "mulitiselect without CTRL key" on Devexpress.. search result that help you implement that you are looking for... |
|||
|
|