I have a use case where I want to disable all Sortable data when clicking a button, but it seems like I'm only able to disable just one of the elements. Does Sortable break if the underlying data changes?
1 Answer, 1 is accepted
0
Accepted
Konstantin Dikov
Telerik team
answered on 10 Nov 2021, 09:40 AM
Hello Jordan,
You should be able to disable all items in the Sortable component dynamically. I have created a simple example demonstrating such implementation, where all items are disabled/enabled on a button click: