This question is locked. New answers and comments are not allowed.
Hello,
I'm using build 2010_1_329.
I have a grid which uses Ajax data binding and inline row editing. Here is the issue I'm running into:
1) Create an Ajax data-bound grid with Edit and Delete commands.
2) Click Edit next to a row.
3) Make a change and click Update.
4) Even if it succeeds on the server side, it's not updating the row content to the latest.
5) Clicking the "refresh" icon in the lower left will now update the rows with the most up to date content.
It's as if it's ignoring my data update until I click the "refresh" icon on the grid, or refreshing the page.
Billy McCafferty