Hi,
I have a couple of questions about the Excel style filtering in the upcoming Kendo UI Q1 2015:
Let's assume I have a grid with a "Priority" column with possible values of "High", "Medium" and "Low". I have a 999 records evenly distributed over the different priorities and enabled server (!) paging on the grid with a page size of 10. By default, the server returns the values in order of their priority, high first.
I have a couple of questions about the Excel style filtering in the upcoming Kendo UI Q1 2015:
Let's assume I have a grid with a "Priority" column with possible values of "High", "Medium" and "Low". I have a 999 records evenly distributed over the different priorities and enabled server (!) paging on the grid with a page size of 10. By default, the server returns the values in order of their priority, high first.
- Will the Excel style filter work correctly if on the first pages only "High" items are visible? In other words: how will it know which other priorities are available?
- If we configure the datasource to initially only return the "High" priority items (by applying a default filter), will the filter ever be able to figure out the other possible values?
Best regards,
Pieter