Hi,
Is it possible to change the default filter bar operator?
I tried referring to the following URL, but TreeGrid seems to be different.
https://ej2.syncfusion.com/documentation/grid/filtering/#change-default-filterbar-operator
(Source code I tried)
function dataBound(args) {
var grid = document.getElementById("TreeGrid").ej2_instances[0];
Object.assign(grid.filterModule.filterOperators, { startsWith: 'contains' });
}
Regards,
Pylori.