Posted 3 October 2017, 6:15 am EST
Hi,
I am using a hideRowFilter. I want to do certain calculation on filtering of the rows. any hint would he of great help. Thanks
Pallavi.
Forums Home / Spread / SpreadJS
Posted by: sripalavi on 3 October 2017, 6:15 am EST
Posted 3 October 2017, 6:15 am EST
Hi,
I am using a hideRowFilter. I want to do certain calculation on filtering of the rows. any hint would he of great help. Thanks
Pallavi.
Posted 4 October 2017, 6:22 am EST
Hi Pallavi,
You can use the RangeFiltering event to handle the filtering in code. We also have a RangeFiltered event which fires once the filtering is complete.
You can find more information about this event here:
http://help.grapecity.com/spread/SpreadSheets10/JavascriptLibrary~GC.Spread.Sheets.Events~RangeFiltering_EV.html
Thanks,
Deepak Sharma