Hi,
I have radgrid setup with a popup modal editform.
The editform has two button Save and Cancel. These work with CommandNames "PerformInsert" and "Cancel"
In the InsertCommand event i process the actual insert into the database.
During this InsertCommand the Popup editform remains visible and the user can click on Save again, so the InsertCommand event is triggered again.
Is'n't it possible to have the LoadingPanel cover the popup-form? It does cover the grid during InsertCommand.
Or is there another way to prevent the user from clicking Save more than once?
Kind regards.
I have radgrid setup with a popup modal editform.
The editform has two button Save and Cancel. These work with CommandNames "PerformInsert" and "Cancel"
In the InsertCommand event i process the actual insert into the database.
During this InsertCommand the Popup editform remains visible and the user can click on Save again, so the InsertCommand event is triggered again.
Is'n't it possible to have the LoadingPanel cover the popup-form? It does cover the grid during InsertCommand.
Or is there another way to prevent the user from clicking Save more than once?
Kind regards.