AD
Administrator
Syncfusion Team
October 21, 2003 01:35 PM UTC
I don't know of a good way to do this.
You could go through the range and prepare a hashtable that uses the primary key and column name as the the hashtable key and the value being the value you want to place in the table. Once you have this hashtable, you could just directly update the underlying table, finding the proper row through the primary key, and the proper column through the column name. This would change working through the grid (which is tied to the changing dataview) to working directly with the DataTable which would not be changing....