WPF RadGridview filtering on load throws exception. When Grid is loaded but not bound to any data, we get following error:
Object reference not set to an instance of object. the column cannot be filtered.
the column cannot be filtered.
A column without EffectiveFilteringType cannot supply AvailableFilterOperators
filtering works when data is loaded though