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
in the grid, i have OnAddRow,OnUpdateRow,OnDeleteRow event. Suppose on update row, i found some problem with the data or any exception occurs, how can i notify to the client that problem occured in the server?
Currently, if there is any error back from server, you can handle the error message OnUnhandledError client side event.
e.g
function WebGrid1_OnUnhandledError(controlId, tblName, lastRequestObject, errorString) { var WebGrid1 = ISGetObject(controlId); window.setTimeout("replaceError()",50); return true; } function replaceError() { var errorMessage = document.getElementById("wg_ErrorMsg"); errorMessage.innerText = "Your Own Error Message"; }
Hope this helps.
Regards,Handy
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