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 want to know there is a way to set up a autoheight WebGrid attribute in javascript.
Similar to the following:
var WebGrid1 = ISGetObject("WebGrid1");
WebGrid1.LayoutSettings.AutoHeight = true;
The snippet code above can be used to set AutoHeight in JavaScript. If you are expecting to resize WebGrid's height and fill its container, then following snippet code might helps.
function ResizeHeight() { var grid = ISGetObject("WebGrid1"); grid.SetHeight("100%"); // can invoke DoResize if necessary //wgDoResize(true, true); 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