Mutliselect of rows

Mutliselect of rows in GridControl / GridDataBoundGridControl using mouse and keyboard. I have already set the ListBoxSelectionMode to MultiExtended. But somehow the mouse selections using SHIFT / CTRL are not reflected. Could you please help me on the same?

2 Replies

AD Administrator Syncfusion Team August 25, 2005 10:19 PM UTC

Here is a sample that works for me. http://www.syncfusion.com/Support/user/uploads/GDBG_MultiSelect_a650b298.zip You might try commenting out events that you might be handling that could affect this (maybe CurrentCellActivating or some key events).


AD Administrator Syncfusion Team August 25, 2005 11:10 PM UTC

Thanks a lot.. It works... I had to make the allowselections to ANY -Sheela >Here is a sample that works for me. http://www.syncfusion.com/Support/user/uploads/GDBG_MultiSelect_a650b298.zip > >You might try commenting out events that you might be handling that could affect this (maybe CurrentCellActivating or some key events). > >

Loader.
Up arrow icon