I am binding a grid to a datasource. The datasource is configured with a model. I use the transport configuration to read/write data. There is a dropdown column bound to another static datasource.
When I make an edit to a field and click the Update command button, the row disappears, but the space for it is still there. If I then update another field, the row collapses completely.
The data does save and it will show up on a page refresh (in my real real project, not the attached demo).
Attached is a VS2012 project showing the problem. It is not my working project that actually connects to the database, etc, but it does still demonstrate the issue.
Also attached is a screenshot.
When I make an edit to a field and click the Update command button, the row disappears, but the space for it is still there. If I then update another field, the row collapses completely.
The data does save and it will show up on a page refresh (in my real real project, not the attached demo).
Attached is a VS2012 project showing the problem. It is not my working project that actually connects to the database, etc, but it does still demonstrate the issue.
Also attached is a screenshot.