multiple selection with listbox

I apologize for this question, but the docs are broken on my install for SelectionType. (404) I am using ListBox ''one'' mode to enforce that entire rows are selected. >>I would like to allow multiple selections via the ctrl and shift keys, the same as windows explorer.<< The docs for GridSelectionFlags seem to be inconsistent with what I''m seeing with ListBoxSelectionMode=''one''.

1 Reply

AD Administrator Syncfusion Team August 9, 2004 01:20 PM UTC

If you want to select multiple rows, try the SelectionMode.MultiExtended value for grid.ListBoxSelectionMode.

Loader.
Up arrow icon