Hi,
I have created a Radgrid with unbound columns. Value entered on Filter and filter condition has to be removed from unbound column. Its not happening. How to achieve it ?
You cannot apply filter for unbound columns as the grid filters the datasource using the datafield bound to it. If you want to prevent filtering for the particular column then set the property AllowFiltering to False as shown below :
Hi,
I need filtering on UNBOUND columns. Filtering is working fine. It’s just that data entered in filter and filtering condition has to be cleared from the filtering row.
Since no. of columns in data is not fixed, it’s not possible to use BOUND columns. Precisely, Filtering cannot be ignored.