Reorder in ASP.NET MVC Tree Grid Component
18 Nov 20181 minute to read
Reordering can be done by drag and drop of a particular column header from one index to another index within the treegrid. To enable reordering, set the AllowReordering to true.
NOTE
You can disable reordering a particular column by setting the
AllowReorderingofColumnto false.
Reorder multiple columns
Multiple columns can be reordered at a time by using the reorderColumns method.
NOTE
You can refer to our
ASP.NET MVC Tree Gridfeature tour page for its groundbreaking feature representations. You can also explore ourASP.NET MVC Tree Grid exampleto knows how to present and manipulate data.