We are using autogenerated gridview and works fine but we have an issue with rebinding itemssource of filtered (by column default filters) by user.
If you refresh data (we do with background worker as datatable, then set grid itemsource to dataview.defaultview and call grid.rebind()) if the user has set column filters, it looses the ability to remove the filter but still reflects the filter in the grid.
If you refresh data (we do with background worker as datatable, then set grid itemsource to dataview.defaultview and call grid.rebind()) if the user has set column filters, it looses the ability to remove the filter but still reflects the filter in the grid.