Hi,
I've found this sample for filtering with a single button click (http://www.telerik.com/community/code-library/aspnet-ajax/grid/single-filter-button-for-all-columns-in-radgrid.aspx) It use the FilterExpression of MasterTableView. Is it possible to achieve the same thing without the FilterExpression by using the default filter functionality? I have a grid with different types of columns. Some are of type GridBiund some of type GridDateTime and some of type GridNumeric. In condition of column type I'd like to set the CurrentFilterFuction to Contains or EqualTo. I would like to do something like this: If column is of type GridBoundColumn then set Contains, if it is a DateTime column then set EqualTo. And a base requirement is to persist the entries in the filter boxes.
Thanks
I've found this sample for filtering with a single button click (http://www.telerik.com/community/code-library/aspnet-ajax/grid/single-filter-button-for-all-columns-in-radgrid.aspx) It use the FilterExpression of MasterTableView. Is it possible to achieve the same thing without the FilterExpression by using the default filter functionality? I have a grid with different types of columns. Some are of type GridBiund some of type GridDateTime and some of type GridNumeric. In condition of column type I'd like to set the CurrentFilterFuction to Contains or EqualTo. I would like to do something like this: If column is of type GridBoundColumn then set Contains, if it is a DateTime column then set EqualTo. And a base requirement is to persist the entries in the filter boxes.
Thanks