Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
I will have to test this as if it is an issue, then it is an issue with the ADO.NET DataTable.Clone(). If you look at the source, we simply clone the data table which also contains the view reference in the DefaultView property to which the filter is actually set. So if this is happening, then it is something that we will have to add additional logic since the root level clone is not handling it (though it should). So I will have to test this and see if it is actually in the cloned object.
|