Actually a subject
when i do
var view = theDataTable.DefaultView; theDataTable.Merge(theDataTable2) then the DataView generates a ListChanged event at the very end of the union, in which e.ListChangedType == Reset . As a result, the control that is attached to the view makes a complete reset. How to deal with it? Is it possible to make merging so that it proceeds line by line, giving the event of adding rows?
Resetmuch cheaper than N operationsAdd\Remove- MonkMerge, which just the same will perform the usualAdd,Remove. - Monk