Can I let the user reorder columns under l ist box selection mode?

I have a GridDataBoundGrid where I set ListBoxSelectionMode to MultiExtended, but I think this question applies to any of them. Is there a way that I can allow only rows to be selected (not columns or individual cells) but still allow the user to reorder the columns by dragging the column headers?

1 Reply

AD Administrator Syncfusion Team March 19, 2004 10:30 PM UTC

With ListBoxSelectionMode set, you can handle the CellClick event and explicitly select the columns if you click a header. You can then move the columns. Here is a sample. MoveColsWithListBoxMode_2854.zip

Loader.
Up arrow icon