Reorder in ASP.NET Core 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
allowReorderingproperty ofe-treegrid-columntag helper to 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 Core Tree Gridfeature tour page for its groundbreaking feature representations. You can also explore our ASP.NET Core Tree Grid exampleASP.NET Core Tree Grid exampleto knows how to present and manipulate data.