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
50
IgxGridComponent Remote filtering (igniteui-angular)
posted

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. 

  • this.qwgrid.filteringExpressionsTree.filteringOperands[0].filteringOperands[0].condition.name (works in debug console but cannot access in  filteringExpressionsTreeChange event in code to build it with.