Hi,
At the moment my gridweb has a Save icon. I'd like the 'save' action to be done when the user clicks another button on the page - is this possible?
Thanks.
Hi,
At the moment my gridweb has a Save icon. I'd like the 'save' action to be done when the user clicks another button on the page - is this possible?
Thanks.
Hi,
Hi,I think there is a little confusion. There is no code in the save event:
protected void GridWeb1_SaveCommand(object sender, EventArgs e) {
}</p><p>The gridweb shows a save icon. When that is clicked something happens in the background, I need to replicate this 'something' whenenever another button is pressed,</p><p> i.e. within this event: </p><p>protected void OnNextButtonClick(object sender, WizardNavigationEventArgs e)</p><p>{</p><p>} </p>
Hi,
Ok, so if you wanted to save the data without clicking the save icon what would be the code?
Hi,