AD
Administrator
Syncfusion Team
November 3, 2005 05:59 PM UTC
I may be overlooking something, but I think this should work. Record.GetData() should return the underlying object (DataRowView if you are using a DataSet/DataTables). If you cache this underlaying object, and modify it directly, I do not think it should matter if the FilterRecords collection changes as you will still be working on the same object (DataRowView).