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, how should I set WG in order to keep all columns in the needed size and show side bars to get the right position? With the current settings WG wraps the colums and overlap the captions leaving them unreadable.
This happens only with MS IE with Firefox all columns are shown correcly.
Thanks.
Regards.
Luciano
Sorry for the delay in sending this.
By comparing Firefox_correctly_shows.JPG and IE_11_wrap.JPG, I can see that the caption of column header overlapping the next column header in IE browser.
Try to add CustomRules in HeaderStyle and set its value as shown in the following snippet code.
<ISWebGrid:WebGrid ID="WebGrid1" runat="server" ...> <RootTable DataKeyField="CODICE"> <Columns> <ISWebGrid:WebGridColumn Caption="CODICE" DataMember="CODICE" Name="CODICE" Width="100px"> </ISWebGrid:WebGridColumn> ... </Columns> </RootTable> <LayoutSettings ...> ... <HeaderStyle ... CustomRules="text-overflow:ellipsis;overflow:hidden;" /> </LayoutSettings> </ISWebGrid:WebGrid>
This should 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