Excel Like Filter in ASP.NET MVC Tree Grid Component
18 Nov 20181 minute to read
You can enable Excel like filter by defining.
Type of FilterSettings as Excel.The excel menu contains an option such as Sorting, Clear filter, Sub menu for advanced filtering.
Change default excel filter operator
You can change the default excel-filter operator by changing the column operator as contains from startsWith in the actionBegin event.
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.