Whether I programmatically call ApplySort("sort column name") or click the sortable columns on a bound data grid view, the line 120 in AggregateBindingListView.cs throws this exception. In one particular case the underlying model has an int property SortOrder, and I use "SortOrder" with ApplySort.
Whether I programmatically call
ApplySort("sort column name")or click the sortable columns on a bound data grid view, the line 120 inAggregateBindingListView.csthrows this exception. In one particular case the underlying model has anintpropertySortOrder, and I use "SortOrder" withApplySort.