Hi,
in my application I have a RadGridview. I have a RadButton to launch a call to my backend to get data. When the user want to apply filters on a column, he click on the column header icon, the color of the icon change and he can select values in the dialog (see: filters ok.png).
When the user click on my RadButton, I call the RadGridView.FilterDescriptors.Clear() method, the filter icon in the column header change but the values in he filter dialog remain checked (see: filters not ok.png). By the amount of data in my grid, I can see that the filters was removed but like I said, If I go back in the filters dialog, the values remain checked.
Thank's
in my application I have a RadGridview. I have a RadButton to launch a call to my backend to get data. When the user want to apply filters on a column, he click on the column header icon, the color of the icon change and he can select values in the dialog (see: filters ok.png).
When the user click on my RadButton, I call the RadGridView.FilterDescriptors.Clear() method, the filter icon in the column header change but the values in he filter dialog remain checked (see: filters not ok.png). By the amount of data in my grid, I can see that the filters was removed but like I said, If I go back in the filters dialog, the values remain checked.
Thank's