I have an application which makes large use of the RadGridView. Mostly things work fine however uses have reported that sometimes after using the grid the filters will stop working. I have also seen this myself however it seems to not be consistent.
I have tried several things myself however once in this frozen state the filters do not respond however all the rest of UI works normally. I have tried things like
Grid.FilterDescriptors.Clear(); and Grid.Rebind(); Nothing seems to work
In the cases where it is stuck I will clear the filters using the code above and immediately after this the filter descriptors are not clear. This also happens in the UI portion of the filter.
Any suggestions?