Hi,
How to customize the filtering options of telerik rad grid? I wanto set some options in the filter menu. For example only Contains & Like.
If there is any way to set filtermenu options(Contains , Like, Greater than etc) based on the column data type.
You can try the client side approach to limit the filter options displayed for a given
column. Intercept the OnFilterMenuShowingclient event of
RadGrid and hide some of the
possible choices from within the body of the respective handler.Below is
a sample code that customizes the filter menu options for columns
according to data type.
aspx:
I have a problem. On combox template columns, i stored DataTextField="NAME"(string) and DataValueField="ID"(Numeric). And also Checkbox columns in my grid. In this situations waht i do?