Is there any way to filter the radgrid by a column which was not the column whose criteria was selected. For example on the grid UI I filter "StartDate" where "Contains" is 1, which actually filters "StartDateGhostColumn" where "Contains" is 1 on the back end?
1 Answer, 1 is accepted
0
Sebastian
Telerik team
answered on 22 Sep 2008, 03:19 PM
Hello Andrew,
You can use a hidden bound column in your grid and trigger filter action for that column to visualize the results based on your criteria in the actual grid column. Review the implementation from the following help article for more details and modify/extend the logic accordingly to achieve the goal you set forth.
Best regards,
Stephen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.