Hello,
We have recently added the following functionality to a radgrid per the example below:
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandcombo/defaultcs.aspx?product=grid
This is working perfectly, however we would like the column filtering to be limited to the available results after a filter.
With the current setup the column filter options are for the entire dataset.
Is it possible for us to limit to the column results to allow for further filter granularity?
One way we thought may work would be to grab the data from the grid after the filter and allow the column to query it for the column filtering options... we were not able to get the datasource of the grid after the filter.
Any suggestions?
Thanks.
We have recently added the following functionality to a radgrid per the example below:
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandcombo/defaultcs.aspx?product=grid
This is working perfectly, however we would like the column filtering to be limited to the available results after a filter.
With the current setup the column filter options are for the entire dataset.
Is it possible for us to limit to the column results to allow for further filter granularity?
One way we thought may work would be to grab the data from the grid after the filter and allow the column to query it for the column filtering options... we were not able to get the datasource of the grid after the filter.
Any suggestions?
Thanks.