Hello,
I am using a RadGrid with EditMode="Popup", but I am not using any automatic data operations - due to some very complex data structures and business logic, I've written my own code to handle saving my edits in the ItemCommand event. Then I manually fire the ItemUpdated event. But I can't get the edit popup to close! I can't find a method anywhere that I can call to take the grid out of edit mode. Can anyone tell me what I should be calling?
Thanks.
I am using a RadGrid with EditMode="Popup", but I am not using any automatic data operations - due to some very complex data structures and business logic, I've written my own code to handle saving my edits in the ItemCommand event. Then I manually fire the ItemUpdated event. But I can't get the edit popup to close! I can't find a method anywhere that I can call to take the grid out of edit mode. Can anyone tell me what I should be calling?
Thanks.