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
Hi,
I am currently using WEBUI Studio 2008 R2. What i am looking for is the list of client-side events in general for the grid as well as which i can use on client-side when i change to chart mode.
I would like to show/hide a button on my web page when the user switches between chart/grid modes.
I link on the intersoft web-site will also be useful for future reference.
Thanks in advance.
Regards,
Nilesh.
Hello Nilesh,
Currently there is no clientside events for charting. However, for your scenario, you can use OnAfterResponseProcess clientside events. There should be actionName parameter which you can use for your validation.
Regards,Handy
Handy,
Thanks for the response. Would you mind providing a sample for this event?
Nilesh
Sure, Here is my sample code.
function WebGrid1_OnAfterResponseProcess(controlId, actionName, lastRequestObject, xmlResponseObject) { var WebGrid1 = ISGetObject(controlId); var button=document.getElementById("Button1"); if (actionName == "Charting") { button.style.display = "none"; } return true; }
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