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 AllowReordering of Column 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 MVC Tree Grid feature tour page for its groundbreaking feature representations. You can also explore our ASP.NET MVC Tree Grid example to knows how to present and manipulate data.