﻿<?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 - Mozilla previewRow Design Problem.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Mozilla-previewRow-Design-Problem/</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>Mozilla previewRow Design Problem.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Mozilla-previewRow-Design-Problem/</link><pubDate>Wed, 10 Feb 2010 22:45:20 GMT</pubDate><dc:creator>andi@intersoftpt.com</dc:creator><category>WebGrid</category><description>&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Hi Xedem,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; Yes, the height issue has been replicated and has been forwarded to our developer team. I will inform you as soon as possible if the issue is fixed.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;On the other hand, to display the previewRow content as multiline, we will need a&amp;nbsp;WebGrid1_LoadPreviewRow server side event and set the&amp;nbsp;DefaultExpanded="false" and LoadOnDemand="true". So that the event will be triggered. Here are the snippet that you can use to set a multiline preview row.&lt;/span&gt;&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt; protected void WebGrid1_LoadPreviewRow(object sender, ISNet.WebUI.WebGrid.RowEventArgs e)
    {
        e.Row.PreviewRowValue = e.Row.Cells.GetNamedItem("ProductName").Text &amp;#43; "&amp;lt;br/&amp;gt;" &amp;#43; e.Row.        Cells.GetNamedItem("ProductID").Text;      
    }&lt;/pre&gt;
&lt;p&gt;    &lt;span style="font-size: 9pt; "&gt; I hope it helps and please, do not hesitate to ask if you have any other questions. Thank you,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Andi Santoso&lt;/span&gt;&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Mozilla previewRow Design Problem.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Mozilla-previewRow-Design-Problem/</link><pubDate>Wed, 10 Feb 2010 08:16:28 GMT</pubDate><dc:creator>vinsdeon</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;With previewRow enabled in Webgrid, Firefox shows the height of the row as sum of actual row height plus previewRow height. When the previewRow is clicked to show the contents and again clicked to close the previewRow, then the corresponding Grid row height changes to the original row height, while other rows still remain at the total height. There is no issue with IE at all...And one more if i want to display the previewRow contents as multiline, how would i do that?&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>