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
Hello
I have question about WebDialogBox size when I use UseInlineContent content mode. I have webdialog Box and WebGrid. I set WebDialogBox size on Heght=500px and Width=800px. Now I put in Webgrid and set size for grid height= 450px and width=750px. Now create SqlDataSource with 12 colummns. When I click retrive structure WebDialogBox change size to mutch more that I have set. I thing it is size of all columns. I cant find why? I cant set this width? When I delete grid, WebDialogBox change site to width=800px.
Please help.
Regards
Adam
The issue is caused by the layout table of WebDialog box element. To solve this issue, simply create a new table and place WebGrid inside. You will need to add table-layout fixed in your table style.
<table style="width: 100%; table-layout: fixed"> <tr> <td> <ISWebGrid:WebGrid ID="WebGrid1" runat="server" DataSourceID="AccessDataSource1" Height="450px" UseDefaultStyle="True" Width="750px"> ... </table>
Hope this helps.
Regards,Handy
Yes great this solved my problem.
Thank You
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