You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are attempting to implement advanced filtering for the IgbHierarchicalGrid using JavaScript.
Our current approach is to create an IgbFilteringExpressionsTree in C#, convert it into a Dictionary that conforms to the format expected by JavaScript, and then pass it to the JavaScript method.
The IgbHierarchicalGrid filters correctly when the FilteringOperands within the IgbFilteringExpressionsTree do not contain any nested IgbFilteringExpressionsTree instances. However, when a nested IgbFilteringExpressionsTree is included, the inner expression tree appears to have no effect on the filtering results.
We would like to determine whether there is any additional handling or a specific format required when passing nested IgbFilteringExpressionsTree structures from C# to JavaScript.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
We are attempting to implement advanced filtering for the IgbHierarchicalGrid using JavaScript.
Our current approach is to create an IgbFilteringExpressionsTree in C#, convert it into a Dictionary that conforms to the format expected by JavaScript, and then pass it to the JavaScript method.
The IgbHierarchicalGrid filters correctly when the FilteringOperands within the IgbFilteringExpressionsTree do not contain any nested IgbFilteringExpressionsTree instances. However, when a nested IgbFilteringExpressionsTree is included, the inner expression tree appears to have no effect on the filtering results.
We would like to determine whether there is any additional handling or a specific format required when passing nested IgbFilteringExpressionsTree structures from C# to JavaScript.
simple.zip
In the sample
All reactions