Hi,
We are using custom filters for our RadGrids. We simply extended the class GridBoundColumn and binded the specific data for that column to a DropDownList. The problem is that when a value is selected in a filter, it clears the filter values set on other columns. Trying various configuration made us find out that the problem appears only when the page ViewData is 'False' and disappears when it is 'True'. Also, when we change the order of declaration of extended gridBoundColumn in the .aspx page, the clearing of filter values is different but I cannot find what the pattern is exactly.
Does anybody knows what could be the relation of this behavior with the viewState. I don't think it is mentioned in the documentation of the RadGrid that we need the viewState to be true for it to work properly. Am I missing something ?
Best regards,
We are using custom filters for our RadGrids. We simply extended the class GridBoundColumn and binded the specific data for that column to a DropDownList. The problem is that when a value is selected in a filter, it clears the filter values set on other columns. Trying various configuration made us find out that the problem appears only when the page ViewData is 'False' and disappears when it is 'True'. Also, when we change the order of declaration of extended gridBoundColumn in the .aspx page, the clearing of filter values is different but I cannot find what the pattern is exactly.
Does anybody knows what could be the relation of this behavior with the viewState. I don't think it is mentioned in the documentation of the RadGrid that we need the viewState to be true for it to work properly. Am I missing something ?
Best regards,