Hello David,Please let me know if you have any further questions regarding this issue.
Hello David,Are you clearing the datasource before you assingn a new one like:Grid2.ClearDataSource()
Grid2.DataSourceID = "sqlDataSource"
Grid2.DataBind()
This seems like a DataViewState issue. The grid is expecting to have the old rows from the old datasource but you are assigning a new one with new records. And do not forget to set the new DatakeyField.Please also refer to the following two forum posts where the same issue is dicussed:http://ko.infragistics.com/community/forums/p/65625/332324.aspxhttp://beta.infragistics.com/community/forums/t/64054.aspx