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 have 2 grids within 1 table and sometimes when the page loads the grid will not be aligned correctly. I have checked all by tags and everything that has an opening tag has a correct closing tag. If you click a column header or the refresh button the grid will realign itself to the correct location. I have provided a screen shot to illustrate the issue.
Can you provide any ideas on why the grid might align like this sometimes?
Have you set table style="table-layout:fixed" ? Also, please let me know the sample structure page and the step by step to replicate the issue. I think the grids are aligned well. Only the position is not fit well inside table. Maybe some of the style needs to be customized first.
Regards,Handy
The table structure can be seen below. It is always the second grid which has the issue but this only happens sporadically.
<table> <tr> <td class="PanelHeading" width="455"><%=SetCustomStringValue("Clerk Takings")%></td> <td <%= (IsNotToday ? "style=\"display: none;\"" : "") %>> </td> <td <%= (IsNotToday ? "style=\"display: none;\"" : "") %> class="PanelHeading" width="455"><%=SetCustomStringValue("Terminals")%></td> </tr> <tr> <td> <table cellpadding="0" cellspacing="0" border="0" style="table-layout: fixed;"> <tr><td> <ISWebGrid:WebGrid ID="wgTakingsClerk" runat="server" Height="180px" Width="450px" DataSourceID="sdsTakingsClerk" /> </td></tr> </table> </td> <td <%= (IsNotToday ? "style=\"display: none;\"" : "") %>></td> <td <%= (IsNotToday ? "style=\"display: none;\"" : "") %>> <table cellpadding="0" cellspacing="0" border="0" style="table-layout: fixed;"> <tr><td> <ISWebGrid:WebGrid ID="wgTerminals" runat="server" Height="180px" Width="450px" DataSourceID="sdsTerminals" /> </td></tr> </table> </td> </tr> </table>
Ok, have your tried my suggestion? I saw that you haven't put the style I suggested. Actually, i need the whole structure page, not only the table.
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