BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
could you provide a little more info. Here is how I thought it would be implemented but col.Filters is read only so how can i set the filters?private Dictionary<Syncfusion.Windows.Controls.Grid.GridDataVisibleColumn, IEnumerable<FilterPredicate>> FilterDict = new Dictionary<Syncfusion.Windows.Controls.Grid.GridDataVisibleColumn, IEnumerable<FilterPredicate>>();void AccountGrid_ItemsSourceChanged(object sender, Syncfusion.Windows.ComponentModel.SyncfusionRoutedEventArgs args){foreach (GridDataVisibleColumn col in this.AccountGrid.Model.GetVisibleColumns()){if (FilterDict.ContainsKey(col))col.Filters=FilterDict[col];}}void Model_FilterChanged(object sender, Syncfusion.Windows.Controls.Grid.GridFilterEventArgs e){foreach (GridDataVisibleColumn col in this.AccountGrid.Model.GetVisibleColumns()){if (col.Filters != null){if (FilterDict.ContainsKey(col))FilterDict[col] = col.Filters.AsEnumerable();elseFilterDict.Add(col, col.Filters.AsEnumerable());}}}
Hi Hentry,
Thank you for using Syncfusion Products.
We have analyzed your query. You can achieve your requirement by using the
code suggested by Massi for this forum and we have prepared the sample based on that
code and please find the sample under the following location,
Sample: http://www.syncfusion.com/downloads/support/directtrac/136494/GDCFilteringDemo943334933.zip
@Massi: We
have appreciate for posting a response to this forum and thank you for contribution.
Thank you,
Jai Ganesh S
Hi Hentry,
Thank you for the update.
Please let us know if you have any queries.
Thank you,
Jai Ganesh S