We are writing an application that communicates with a service to determine the current fields of the XamDataPresenter. After the fields are updated, we are clearing the filters, and loading new filters. Every time the filters are cleared, an IndexOutOfRangeException is thrown. How do we reset the filters?
Attached is a simple example.
By the way, I wonder if this is related to another bug where LoadCustomizations fails if some of the columns in the configurations that are being loaded have been removed.
Thanks in advance.