Hello,
I want to allow user to export grid only if there are less than, for example, 1000 rows (grid original can have less than 1000 rows or it could be filtered to have less than 1000 rows). I think I should check it in methods beforeExcelExport and beforePdfExport but in these methods like arguments I am getting - undefined. If it should be getting undefined?
Maybe I am thinking wrong and should check it somewhere else? Also how can I prevent from exporting after click on button which executes method excelExport? With grid I am also using paging, grouping, filtering, sorting methods.