Is it possible to disable or simply remove the icon for the drag action on a row in a treelist? I have a scenario where the children under specific parent should not be able to be dragged to another parent or change its position withing the parent group.
Thanks
1 Answer, 1 is accepted
1
Dimo
Telerik team
answered on 15 Feb 2023, 07:53 AM
Hi Arman,
Yes, it is possible to disable TreeList row dragging conditionally. Use the OnRowRender event and some custom CSS.
Use the OnRowRender handler to determine whether the item (args.Item) should be draggable.