Beispiel #1
0
 protected void clearFiltersCommand()
 {
     GridModel.ClearColumnFilters();
     ColumnFilters = null;
     UpdateDataStream();
 }