is there a way to restrict reordering grid list items to just one row at a time? #6576
Unanswered
binaryartifex
asked this question in
Q&A
Replies: 1 comment
-
Could you use GridList instead? Then I think you could create different checkboxes which aren't selection in the usual sense. You could also give that column of checkboxes a different name, "visible columns" or something like that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
with my use case, there is no relationship between selected items and the drag functionality. selected items means which table columns are visible, order of items reflects order of table columns, however when more than one are selected im forced to drag all of them in aggregate. is there a way to avoid this?
Beta Was this translation helpful? Give feedback.
All reactions