Hello Mauricio,
Thank you for writing.
If you have bound the grid and added some filtering for a column via the Excel-like filtering dialog, this automatically creates a
FilterDescriptor according to the filtering conditions and this descriptor is added to the
FilterDescriptors collection of the template. So when you change the data source of your grid, this filter is preserved if the columns schema of the new data source is the same as the previous one and the filters are cleared if the columns' schema is different.
If you want to remove the filters upon changing the data source, call the
Clear method of the
FilterDescriptors collection of the desired template. Alternatively, if you want to keep them and if your data schema is the same, just change the data source and the filter will be kept. Attached you can find a sample project demonstrating both approaches.
Let me know if you have any additional questions.
Greetings,
Stefan
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license!
Book your seat now >>