iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello , we have a webgrid with several columns
a user creates a new object and it will saved in the new row after he press shift + enter or he reaches the end of the columns.
Some users enters the information and forgets to save and click on the next button of our page. The Information gets lost. How can we prevent that?
Hi Eray Geveci,
I would assume that your WebGrid use default new row form and the next button you mention is WebGrid paging next button.
I have test ClassicPaging.aspx sample included in installation folder with AllowAddNew change to "Yes". The result show that the information typed in new row form still remain after I click next page button.
Please tell me if there is something missing during my test.
FYI, you could use ISGetObject("WebGrid1").IsInEditMode to check whether there is a row that is in edit state.
Best Regards,Leo
Hello leo,
the next button is an external button which loads a new view. i tried OnLostFocus but it wont fire when i press an asp.net button. how can i force the webgrid to save the informations?
WebGrid has a setting under LayoutSettings called NewRowLostFocusAction to specify what action WebGrid will take once the New Row was lost focus. Set NewRowLostFocusAction to "AlwaysUpdate" to automatically save the data. As an option, you could Set NewRowLostFocusAction to "AlwaysPrompt" to prompt user whether you want to save this data.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname