﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - change the font in WebGrid HTML 5 - text overlaps one another</title><link>http://www.intersoftsolutions.com/Community/WebGrid/change-the-font-in-WebGrid-HTML-5---text-overlaps-one-another/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>change the font in WebGrid HTML 5 - text overlaps one another</title><link>http://www.intersoftsolutions.com/Community/WebGrid/change-the-font-in-WebGrid-HTML-5---text-overlaps-one-another/</link><pubDate>Wed, 06 Nov 2013 21:46:02 GMT</pubDate><dc:creator>Hans</dc:creator><category>WebGrid</category><category>Font</category><category>HTML 5</category><description>Hello,&lt;br /&gt;&lt;br /&gt;I’m glad to hear that.&lt;br /&gt;Please don’t hesitate to ask us if you have another question.&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Hans.&lt;br /&gt;&lt;br /&gt;</description></item><item><title>change the font in WebGrid HTML 5 - text overlaps one another</title><link>http://www.intersoftsolutions.com/Community/WebGrid/change-the-font-in-WebGrid-HTML-5---text-overlaps-one-another/</link><pubDate>Tue, 05 Nov 2013 23:33:15 GMT</pubDate><dc:creator>siemiatkowski@softwarestudio.com.pl</dc:creator><category>WebGrid</category><category>Font</category><category>HTML 5</category><description>&lt;p&gt;Thx, I found solution&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color: rgb(255, 252, 225); font-family: 'courier new', tahoma; font-size: 9pt;"&gt;WebGrid1.LayoutSettings.RowStyle.CustomRules = "text-overflow: ellipsis; overflow-x: hidden";&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;regards &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Adam &lt;/p&gt;</description></item><item><title>change the font in WebGrid HTML 5 - text overlaps one another</title><link>http://www.intersoftsolutions.com/Community/WebGrid/change-the-font-in-WebGrid-HTML-5---text-overlaps-one-another/</link><pubDate>Tue, 05 Nov 2013 23:24:47 GMT</pubDate><dc:creator>Hans</dc:creator><category>WebGrid</category><category>Font</category><category>HTML 5</category><description>Hello,&lt;br /&gt;&lt;br /&gt;Thank you for the question regarding WebGrid.&lt;br /&gt;&lt;br /&gt;If you don’t mind, could you resend the screenshot, because I can’t receive your screenshot properly?&lt;br /&gt;&lt;br /&gt;And could you provide the simple runnable sample, so that I can help you to investigate your issue further more?&lt;br /&gt;&lt;br /&gt;However, this please try to upload all your attachment to another server (ex: SkyDrive, Google Driver, DropBox, etc).&lt;br /&gt;&lt;br /&gt;I have SkyDrive storage that perhaps you can use to provide all your attachment, here’s the link: http://sdrv.ms/1hhScVB&lt;br /&gt;To add a new file to the SkyDrive, please kindly try to create a new folder then add the attachment to that folder.&lt;br /&gt;&lt;br /&gt;Thank you very much for your help and I apologize for any inconvenience this problem may have caused you.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Hans.</description></item><item><title>change the font in WebGrid HTML 5 - text overlaps one another</title><link>http://www.intersoftsolutions.com/Community/WebGrid/change-the-font-in-WebGrid-HTML-5---text-overlaps-one-another/</link><pubDate>Fri, 01 Nov 2013 15:43:36 GMT</pubDate><dc:creator>siemiatkowski@softwarestudio.com.pl</dc:creator><category>WebGrid</category><category>Font</category><category>HTML 5</category><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I would like to change font in webgrid to Verdana.&lt;/p&gt;
&lt;p&gt;When long text is displayed in the column that the data is hidden and appear the sign ...&lt;/p&gt;
&lt;p&gt;like - see attach file: &lt;span style="background-color: rgb(255, 255, 255); color: rgb(66, 66, 66); font-family: 'segoe ui', tahoma, verdana; font-size: 12px; white-space: nowrap;"&gt;&amp;nbsp;webgrid default font.jpg&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;When I change font like:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;WebGrid1.LayoutSettings.AlternatingRowStyle.Font.Name = "Verdana";&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;WebGrid1.LayoutSettings.AlternatingRowStyle.Font.Size = FontUnit.Point(8);&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;WebGrid1.LayoutSettings.RowStyle.Font.Name = "Verdana";&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;WebGrid1.LayoutSettings.RowStyle.Font.Size = FontUnit.Point(8);&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;WebGrid1.RootTable.RowStyle.BackColor = System.Drawing.Color.White;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;I get the font that I want, and the information in the column beyond its scope - the width&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;see attach file: &lt;span style="background-color: rgb(255, 255, 255); color: rgb(66, 66, 66); font-family: 'segoe ui', tahoma, verdana; font-size: 12px; white-space: nowrap;"&gt;&amp;nbsp;webgrid change font.jpg&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color: rgb(255, 255, 255); font-size: 12px; white-space: nowrap;"&gt;&lt;font style="color: rgb(66, 66, 66); font-family: 'segoe ui', tahoma, verdana;"&gt;text overlaps one another&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color: rgb(255, 255, 255); color: rgb(66, 66, 66); font-family: 'segoe ui', tahoma, verdana; font-size: 12px; white-space: nowrap;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color: rgb(255, 255, 255); font-size: 12px; white-space: nowrap;"&gt;&lt;font style="color: rgb(66, 66, 66); font-family: 'segoe ui', tahoma, verdana;"&gt;How can I force the action as the default font?&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color: rgb(255, 255, 255); font-size: 12px; white-space: nowrap;"&gt;&lt;font style="color: rgb(66, 66, 66); font-family: 'segoe ui', tahoma, verdana;"&gt;&lt;br /&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color: rgb(255, 255, 255); color: rgb(66, 66, 66); font-family: 'segoe ui', tahoma, verdana; font-size: 12px; white-space: nowrap;"&gt;thx&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color: rgb(255, 255, 255); color: rgb(66, 66, 66); font-family: 'segoe ui', tahoma, verdana; font-size: 12px; white-space: nowrap;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color: rgb(255, 255, 255); color: rgb(66, 66, 66); font-family: 'segoe ui', tahoma, verdana; font-size: 12px; white-space: nowrap;"&gt;Adam&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;</description></item></channel></rss>