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,
We are using webgrid in one of our controls. And for that control I have created a webpart. Everything works fine, except the height and width if we set in percentage, it is collapsing.
If the height is given in pixels or some other unit, its working fine.
Please find the attached screenshot for your reference.
If the grid is located inside a container, then you’ll need to set the height and width of the container to 100%.For example:
<form id="form1" runat="server" style="height: 100%"> <div style="height: 100%"> <ISWebGrid:WebGrid ID="WebGrid1" runat="server" DataSourceID="ISDataSource1" Height="100%" UseDefaultStyle="True" Width="100%" DefaultStyleMode="Black"> ... </ISWebGrid:WebGrid> </div> </form>
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