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,
There is a function similar to grid .SetHeight(int ) that can change grid Width on ClientSide?
Best regards,
Michal
The width property is applied on the outer frame element of WebGrid. Please try to use following JavaScript code to change the grid’s width on client-side.
function button1_onclick() { var WebGrid1 = ISGetObject("WebGrid1"); var WebGrid1_Frame = WebGrid1.GetFrameElement(); var WebGrid1_OuterFrame = WebGrid1_Frame.parentNode; WebGrid1_OuterFrame.style.width = 300; return true; }
Hope this helps.
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