Excel-Like Filter in ASP.NET Core TreeGrid
You can enable Excel like filter by defining. The type as Excel using e-treegrid-filterSettings tag helper .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 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.