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
While working on another issue I discovered this one. Please use the attached project and you should easily duplicate.
I'm currently using 2010 R1. Basically the issue is that the grid within a table affects the size of the table even though the grid's table cell has been set to a specific size.
Load the project and then run it. I turned on the table borders so you can see clearly. You can use the Best Fit on the columns and you'll see as they expand, they "push" the cell size which in turn push the table column next to them (I put a combo box for reference) to the right.
You can also see this by adding more columns. Just select several or all the columns on the grid that are not initially visible and you'll see what happens.
I need to be able to have multiple grids in a layout where the grid's UI changes do not impact anything outside of itself as it seems to do now. The grids are all paired with WebMenuBars because that's how we use them in our environment.
[EDIT] reattached zip file and tested it.
It seems that you forgot to set the table-layout property to fixed table layout algorithm. Please try to add following style into the table object, so that the modified table looks like snippet code below.
... <asp:Panel ID="pnlContent" runat="server" Width="100%"> <table width="100%" border="1" cellpadding="0" cellspacing="0" style="table-layout: fixed"> ... </table> </asp:Panel> ...
This should helps.
Could you please kindly re-attach the sample file?
I was unable to open the GridSizeAffectsTableSize.zip attachment sample file.I enclosed the error log that happen when I extract the file on my end.
Reattached file to first post. I also verified it's good by downloading it. Sorry I didn't do that initially.
Thanks Yudi. Missed the simple solution. Ugh...
Glad to hear the good news.
Should you need further assistance or run into any problems regarding our controls, feel free to post it into our community site. We would be happy to assist you again.
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