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 add a webtoolbar into a tablecell like this :
<asp:Table ID="mvTable" BackColor="Red" CellPadding="0" CellSpacing="0" Width="800px" runat="server"> <asp:TableRow ID="mvHeaderToolBar" Height="40px"> <asp:TableCell> <ISWebDesktop:WebToolBar ID="mvWebToolBar" FillDockingRow="Yes" runat="server" IntegratedTo="None" Height="100%"> </ISWebDesktop:WebToolBar> </asp:TableCell> </asp:TableRow> </asp:Table>
now I still can see the table's back color,I cann't find any way to set it fill the tablecell.
regards
Hello He peng,
Please try to remove height in TableRow and set the height only in WebToolBar.
<asp:Table ID="mvTable" BackColor="Red" Width="800px" runat="server" CellPadding="0" CellSpacing="0"> <asp:TableRow ID="mvHeaderToolBar"> <asp:TableCell> <ISWebDesktop:WebToolBar ID="mvWebToolBar" runat="server" IntegratedTo="None" Height="40px"> </ISWebDesktop:WebToolBar> </asp:TableCell> </asp:TableRow> </asp:Table>
Regards,Handy
Hi:
why it still doesn't works.
Regards
Hello,
Would you please re-attach the screenshot. It could not be opened in here.
Hi Handy
Here is new screenshot.
Would you mind to tell me if it is IE8 or not? Please try to press F12 and see the document mode and browser mode.
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