Hi,
I am in need of some help with filtering on my radgrid.
I have a textbox outside of the grid that alters the grid.mastertableview.filterexpression and a filter on one of the columns in the grid that also alters the filterexpression. This setup is used to combine the two "filters" into one filter.
To create the columnfilter I use the following example: http://www.telerik.com/help/aspnet-ajax/grdfilteringwithdropdownlist.html
In the Itemcommand = "Filter" I set the the mastertableview.filterexpression but when debugging the page I see that setting the filterexpession there does no difference as it seems to change again before rendering the grid.
The search-textbox works correctly by altering the filterexpression and rebinding the grid when event OnTextChanged is triggered.
The columnfilter is altering the filteringexpression on its own somewhere without telling me. ;) Does anyone have any idea where this happens? I dont see any need of attaching code as I have followed the example above almost exactly.
Thanks.
I am in need of some help with filtering on my radgrid.
I have a textbox outside of the grid that alters the grid.mastertableview.filterexpression and a filter on one of the columns in the grid that also alters the filterexpression. This setup is used to combine the two "filters" into one filter.
To create the columnfilter I use the following example: http://www.telerik.com/help/aspnet-ajax/grdfilteringwithdropdownlist.html
In the Itemcommand = "Filter" I set the the mastertableview.filterexpression but when debugging the page I see that setting the filterexpession there does no difference as it seems to change again before rendering the grid.
The search-textbox works correctly by altering the filterexpression and rebinding the grid when event OnTextChanged is triggered.
The columnfilter is altering the filteringexpression on its own somewhere without telling me. ;) Does anyone have any idea where this happens? I dont see any need of attaching code as I have followed the example above almost exactly.
Thanks.
