<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://xceed.com/CS/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Xceed Grid for .NET</title><link>http://xceed.com/CS/forums/11/ShowForum.aspx</link><description>Discussions about Xceed Grid for .NET</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>Re: Winform Xceed Grid Cell display Html content??</title><link>http://xceed.com/CS/forums/thread/31157.aspx</link><pubDate>Thu, 06 Oct 2011 11:05:23 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:31157</guid><dc:creator>Marc [Xceed]</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/31157.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=11&amp;PostID=31157</wfw:commentRss><description>&lt;pre&gt;Hi Kenny,&lt;/pre&gt;&lt;pre&gt;We do not support this out of the box, but you can place any control within the CellViewerManager. You can get any control that will display html and place that in the CellViewerManager, for &lt;br&gt;example:&lt;/pre&gt;&lt;pre&gt;C#&lt;/pre&gt;&lt;pre&gt;----------------------&lt;br&gt;TrackBar bar = new TrackBar();&lt;br&gt;CellViewerManager manager = new CellViewerManager( bar, "Value" );&lt;br&gt; &lt;br&gt;// Because these variables affect all instances, there is no need for this to be done&lt;br&gt;// in the SettingControlAppearance event. If these values were to be applied differently&lt;br&gt;// depending on a cell value, then they should be done in the SettingControlAppearance event.&lt;br&gt;bar.Minimum = minValue;&lt;br&gt;bar.Maximum = maxValue;&lt;br&gt;bar.TickStyle = TickStyle.None;&lt;br&gt;bar.AutoSize = false;&lt;br&gt; &lt;br&gt;gridControl1.Columns[ "Freight" ].CellViewerManager = manager;&lt;br&gt;---------------------- &lt;/pre&gt;&lt;pre&gt;For more information, you can refer to the online documentation which shows you how to place your control as a CellViewer. The old way of doing this was to create your own CellViewer &lt;br&gt;and derive from the ICellViewer interface. This proved to be tedious so it became obsolete.&lt;a href="http://doc.xceedsoft.com/products/XceedGrid/CellViewerManagers.htmlhttp://doc.xceedsoft.com/products/XceedGrid/Custom_CellViewMangers_and_Reports.html" target="_blank"&gt;http://doc.xceedsoft.com/products/XceedGrid/CellViewerManagers.htmlhttp://doc.xceedsoft.com/products/XceedGrid/Custom_CellViewMangers_and_Reports.html&lt;/a&gt;&amp;nbsp; 		 	   		  &lt;/pre&gt;</description></item><item><title>Winform Xceed Grid Cell display Html content??</title><link>http://xceed.com/CS/forums/thread/31073.aspx</link><pubDate>Thu, 22 Sep 2011 03:27:00 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:31073</guid><dc:creator>kenny</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/31073.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=11&amp;PostID=31073</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;though may be it's a bit too "fancy...... but i just would like to know is there any possibility to display html content in a winform grid cell??&lt;/p&gt;&lt;p&gt;coz i need to display the content converted from xsl in the cell........&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thx in adv!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;kenny &lt;br&gt;&lt;/p&gt;</description></item></channel></rss>