I have a grid with cellEdit set to true, and no custom editing callbacks at all. I'm having a problem with the following sequence:
At this point, I would expect the second edit box to close, a server request to be made, and the first edit box to reopen. However, what actually happens is that the first edit box reopens without the second one closing or a server request being made. At this point, I'm effectively editing two cells at once, though I can never get the second one to commit its changes.
Anybody have any idea how to make this stop happening? On a related note, anybody have any idea how to get rid of the damn red triangle after I've committed the changes to the server? I don't really understand the purpose of the red triangle, but I have no need to tell the user that they've just changed a cell.
Thanks,
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top