Filter itemsource
问题 With this code I'm setting my Itemsource of my datagrid. However I got more wpf controls that are needed to filter the datagrid even more, for example from a time range. I could write a new query for this but that seems unnecessary as the data is already available, I just need to filter it. But whats the best way to do this? Any help I could get really appreciate! DateTime dateStart = CalenderSearch.SelectedDates.First(); DateTime dateEnd = CalenderSearch.SelectedDates.Last(); ObjectQuery