Posted 27 September 2021, 12:26 am EST - Updated 3 October 2022, 12:28 pm EST
Olap pivotgrid - Onfilter change
Posted by: sravya_tamma on 27 September 2021, 12:26 am EST
-
-
Posted 28 September 2021, 8:25 am EST
Hello,
You may use the underlying instance of the listBox inside the Slicer and handle the selectedIndexChanged event of ListBox to get the information of the selectedItem or to update the pivotGrid data. Please refer to the API link for more information: https://www.grapecity.com/wijmo/api/classes/wijmo_input.listbox.html#selectedindexchanged
You may also refer to the sample demonstrating the same: https://stackblitz.com/edit/angular-wznebk?file=src%2Fapp%2Fapp.component.ts
Let us know if that’s works for you.
Regards
Sonu Kumar Pandey