Kendo grid with kendo buttons above it which are associated with different Json grid settings (i.e column Filters).
I need to show the row counts for each of these different grid filters inside the buttons so the user understands how many rows these options will contain. What is the most efficient way to apply the grid filters and get a count against the DataSource without rendering the grid?
Merci