We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon