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 would like to change font in webgrid to Verdana.
When long text is displayed in the column that the data is hidden and appear the sign ...
like - see attach file: webgrid default font.jpg
When I change font like:
WebGrid1.LayoutSettings.AlternatingRowStyle.Font.Name = "Verdana";
WebGrid1.LayoutSettings.AlternatingRowStyle.Font.Size = FontUnit.Point(8);
WebGrid1.LayoutSettings.RowStyle.Font.Name = "Verdana";
WebGrid1.LayoutSettings.RowStyle.Font.Size = FontUnit.Point(8);
WebGrid1.RootTable.RowStyle.BackColor = System.Drawing.Color.White;
I get the font that I want, and the information in the column beyond its scope - the width
see attach file: webgrid change font.jpg
text overlaps one another
How can I force the action as the default font?
thx
Adam
Thx, I found solution
WebGrid1.LayoutSettings.RowStyle.CustomRules = "text-overflow: ellipsis; overflow-x: hidden";
regards
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