I am using a Grid with AJAX enabled along with "auto generation of a delete column at runtime." When I click the delete button, the row is deleted without a full page load (as it should with ajax enabled).
Unfortunately there is about a second delay during the round-trip process. Is there a way to immediately remove the row as with client side deletion, but still take advantage of ajax (so that all deletes are immediately sent to the server and to not require a final page post back)?
Unfortunately there is about a second delay during the round-trip process. Is there a way to immediately remove the row as with client side deletion, but still take advantage of ajax (so that all deletes are immediately sent to the server and to not require a final page post back)?
