Hi all,
I wan't to do the filtering on my radgrid manually, but do it by using the radgrid filtering controls. I grab the filter command in the OnItemCommand event, and doing afterwards the filtering on my datasource, but my radgrid also still sort on the datasource.
How can I set the radgrid not to do the sorting automatically. I believe that I have done something similar earlier by setting the MasterTableView.FilterExpressions = "", but it doesn't seems to work now (or at least I don't know where to set it, have tried in OnPreRender and OnNeedDataSource). I also found some forum threads telling that setting the EnableLinqExpressions to false should help, but seems not to help either.
What should I do?
EDIT: I'm using Telerik.Web.UI 2009.3.1103.35, maybe a bug in 2009 Q3?
I wan't to do the filtering on my radgrid manually, but do it by using the radgrid filtering controls. I grab the filter command in the OnItemCommand event, and doing afterwards the filtering on my datasource, but my radgrid also still sort on the datasource.
How can I set the radgrid not to do the sorting automatically. I believe that I have done something similar earlier by setting the MasterTableView.FilterExpressions = "", but it doesn't seems to work now (or at least I don't know where to set it, have tried in OnPreRender and OnNeedDataSource). I also found some forum threads telling that setting the EnableLinqExpressions to false should help, but seems not to help either.
What should I do?
EDIT: I'm using Telerik.Web.UI 2009.3.1103.35, maybe a bug in 2009 Q3?
