Hi,
I have enabled the Excel like filtering, but every time I change the DataSource on the radGridView, the filter for a column is not updated. I have tried to clean the filters using:
But those collections are empty, since I'm not creating my own filters. Any help will be appreciated.
Thanks
I have enabled the Excel like filtering, but every time I change the DataSource on the radGridView, the filter for a column is not updated. I have tried to clean the filters using:
MasterTemplate.FilterDescriptors.Clear();
MasterTemplate.FilterExpressions.Clear();
But those collections are empty, since I'm not creating my own filters. Any help will be appreciated.
Thanks