Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
How to filter rows in parent + child in client side in IG-TreeGrid
posted

Hello,

We are using iGTreeGrid to display data in Parent-Child format.

We have one textbox on top of Grid and when I type few letters, it should filter the grid based on text enter in search box.

I have tried to use filter method as below of datasource but it is only filtering Parent rows but not filtering child rows data.

Ex. root.dataSource.filter([{fieldName : "_Column1", expr: "Cli", cond: "contains"}], "AND", true)

Can you please suggest any other way to filter the data ?

-

Devang

Parents Reply Children