Hi,
I have a requirement where i need to filter ej-treegrid with 2 filters. By using the below code, we can search with one filter only. Please suggest if there is any other way to do with multiple search items.
this.packageGrid.widget.setModel({
searchSettings:
{
fields: ["artifactTypeValue"],
operator: "equal",
key: this.selectedPackageArtifact.toString()
}
},
true);
this.packageGrid.widget.search(this.selectedPackageArtifact.toString());
As we could not find any other way, i applied this to search with one key, and manipulated the second filter in querycellinfo event. This is working fine when scroll is not enabled in grid. i.e items are less than scrollable length. If scroll is enabled, it is not working properly and displaying as per the attached image in rar. Please suggest on this.
Attachment:
syncfusion_issue_20419160.rar