Hello Telerik Team,
I have a grid that has 3 pages.
I click the edit command on one item in the first page, the edit form opens.
I click the insert new item command , and the new item form opens, but the edit row now its not the same row I previously clicked to edit, but it is the row from the last page (page 3 in my case) which has the same relative index with the row I clicked first to edit.
For example, if i click edit on the first row, and then insert new row, the edited item will become the first row from the last page.
How can I solve this problem?
I am using as a datasource a List of objects which is bound on the NeedDataSource event.
I have a grid that has 3 pages.
I click the edit command on one item in the first page, the edit form opens.
I click the insert new item command , and the new item form opens, but the edit row now its not the same row I previously clicked to edit, but it is the row from the last page (page 3 in my case) which has the same relative index with the row I clicked first to edit.
For example, if i click edit on the first row, and then insert new row, the edited item will become the first row from the last page.
How can I solve this problem?
I am using as a datasource a List of objects which is bound on the NeedDataSource event.