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
I am trying to AcceptAllChanges to a WebGrid inside an IFrame, but have not been able to figure out how to get the webgrid to accept the changes (ISGetObject("WebGrid2"))
Below is my code, then line
var grid2 = form.ISGetObject("WebGrid2");
does not work, Can anyone help me?
}
grid2.AcceptAllChanges();
form.submit();
Hi,
I think you are unable to get the object of WebGrid2. It is because WebGrid2 is inside IFrame. You are using incorrect way in getting the object. When it is inside IFrame, you should use window.frame[i].
i is an index where contains WebGrid. You will need to debug to ensure it.When you found the correct one, you can just use window.frame[i].ISGetObject("WebGrid2");
If you troubled in finding it, please send me your simple sample page structure. I will help you to find the correct one.
Regards,Handy
Thanks alot, that is exactly what I needed to know. Works great!
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