Hi,
We're using a RadGrid client-side bound to a ADO.NET DataService. We would like to use some custom input boxes above the grid to let the user specify a filter that cannot easily be specified using the built-in column-filters in the grid.
Our filter input can be translated to a textual LINQ query. Is there any way we can tell the grid to append our filter to the query it makes against the data service and thereby make it show only the rows that matches our custom filter?
Thanks in advance
Ulrik
We're using a RadGrid client-side bound to a ADO.NET DataService. We would like to use some custom input boxes above the grid to let the user specify a filter that cannot easily be specified using the built-in column-filters in the grid.
Our filter input can be translated to a textual LINQ query. Is there any way we can tell the grid to append our filter to the query it makes against the data service and thereby make it show only the rows that matches our custom filter?
Thanks in advance
Ulrik