Hello, I have a problem with firing the insert-/editcommand when a tab is clicked within a radgrid.
So the problem is the following:
I have a radgrid. In the insert/editmode of this radgrid (it’s an in-forms editing mode), I use a radtabstrip with two tabs. One tab is called ‘general info’ and the second one is called ‘photos’. Now, I would like to do the following.
When the user inserts a new record or edits an existing one in the radgrid, firstly he fills in/edits the general info (first tab). Secondly he clicks the tab ‘photos’ to add some photos. Clicking the tab ‘photos’, the ‘general info’ should be saved into the database. So, the updatecommand or insertcommand should be fired on clicking the tab ‘photos’. How can I perform this?
Thanks for your help!