I have a treeview and implement drag and drop. I noticed that when I set a filter on the datasource, the treeview loses attributes like:
data-role="draggable"
data-role="drop-target"
data-expanded="true"
And the drag and drop stops working.
See this dojo for an example. Examine the dom to see the attributes are there on the first tree node. Click the "Set Filter" button, and observe the attributes are gone.
http://dojo.telerik.com/AvASa/6
This seems like a bug.. Maybe I'm doing something wrong here?
Thanks,
Ryan
data-role="draggable"
data-role="drop-target"
data-expanded="true"
And the drag and drop stops working.
See this dojo for an example. Examine the dom to see the attributes are there on the first tree node. Click the "Set Filter" button, and observe the attributes are gone.
http://dojo.telerik.com/AvASa/6
This seems like a bug.. Maybe I'm doing something wrong here?
Thanks,
Ryan