I have a RadGrid bound to a LinqDataSource. The grid has auto generated Edit and Delete columns. It displays a simple table without any hierarchical organization.
I am taking the following steps.
1. Populate a RadGrid using a LinqDataSource
2. Click Edit on the last row of the grid
3. From another control on the page, update the linqdatasource and call rebind on the grid
4. The grid loses track of the current editing item, and opens a different item in edit mode
Please help.
I am taking the following steps.
1. Populate a RadGrid using a LinqDataSource
2. Click Edit on the last row of the grid
3. From another control on the page, update the linqdatasource and call rebind on the grid
4. The grid loses track of the current editing item, and opens a different item in edit mode
Please help.