I am unable to get the filtering details in the typescript for the html page that is referring to IgxGridComponent. I need those details just like the sorting details ( which works ) to be available as the user enters filtering details so i can i a webapi call with those details to get the filtered data and render on the grid.
FYI- When i debug and put a break point in my angular javascript code, I see all the values via chrome console. But when i try to access to this values in my codebase, i don't have access to these values.
Hello,
This is a link to the API documentation of the filteringOperands property https://es.infragistics.com/products/ignite-ui-angular/docs/typescript/latest/interfaces/ifilteringexpressionstree.html#filteringoperands.
Sincerely,Diyan DimitrovSenior Software Developer
The only difference was i was trying to use the filtering operands in the same method and the field was defined as const as in the sample and that is why it was not working. When i made that "any" now it works.
What is the actual type of qwgrid.filteringExpressionsTree.filteringOperands, so i don't have to use "any"?
THank you.
I am not able to reproduce such behavior. We have a sample with remote filtering and sorting which demonstrates exactly what you are trying to achieve using the filteringExpressionsTreeChange and sortingExpressionsChange events www.infragistics.com/.../remote_data_operations.html