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
our system is showing Text overflow in the grids for Firefox, but not for IE.
We put in the overflow settings and it should work...
Eric
Hello,
Thank you for your question and the sample.
I’ve made a simple sample, based on your sample. And I can replicate your issue as well.I’m sorry for the inconvenience.
To resolve this issue, you should slightly modify the style of your WebGrid row.Here’s the snippet code that you should modify:
From: <AlternatingRowStyle CustomRules="text-overflow: ellipsis; overflow: hidden; overflow-y: hidden; overflow-x: hidden;" BackColor="#DDECFE" Font-Size="8pt" Font-Names="Verdana"></AlternatingRowStyle> To: <AlternatingRowStyle Overflow="hidden" OverflowX="hidden" OverflowY="hidden" CustomRules="text-overflow: ellipsis; overflow: hidden; overflow-y: hidden; overflow-x: hidden;" BackColor="#DDECFE" Font-Size="8pt" Font-Names="Verdana"></AlternatingRowStyle> And From: <RowStyle CustomRules="text-overflow: ellipsis; overflow: hidden; overflow-y: hidden; overflow-x: hidden" BackColor="White" Font-Size="8pt" Font-Names="Verdana"></RowStyle> To: <RowStyle Overflow="hidden" OverflowX="hidden" OverflowY="hidden" CustomRules="text-overflow: ellipsis; overflow: hidden; overflow-y: hidden; overflow-x: hidden" BackColor="White" Font-Size="8pt" Font-Names="Verdana"></RowStyle>
I attached my sample as well. In my sample, I bind WebGrid to Northwind.mdb database (Shippers table)
Hope this helps.Regards,Hans.
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