﻿<?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 - webgrid cannot refresh like "\r\n" string</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-cannot-refresh-like-rn-string/</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>webgrid cannot refresh like "\r\n" string</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-cannot-refresh-like-rn-string/</link><pubDate>Mon, 18 Apr 2011 04:22:09 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebGrid</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;First, sorry for the late respond.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Our developer suspect that the issue is more related to WebFlyPostBackManager issue rather than WebGrid. The issue has been submitted under work item #963.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;It is suggested to use Grid’s refresh method, WebGrid1.ClientAction.Refresh(), if you only need to refresh the grid.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Please let us know your response.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>webgrid cannot refresh like "\r\n" string</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-cannot-refresh-like-rn-string/</link><pubDate>Mon, 11 Apr 2011 22:50:02 GMT</pubDate><dc:creator>20100520</dc:creator><category>WebGrid</category><description>&lt;p&gt;hi &lt;/p&gt;
&lt;p&gt;   I try the method you give, but it doesn't work.The webgrid doesn't refresh at all. &lt;/p&gt;
&lt;p&gt;otherwise, I want to know why we cann't use the "&lt;span style="font-family: consolas"&gt;WebFlyPostBackManager1.ClientAction.RenderControl(WebGrid1)&lt;/span&gt;".&lt;/p&gt;
&lt;p&gt;I just want to refresh the webgrid1 only.&lt;/p&gt;</description></item><item><title>webgrid cannot refresh like "\r\n" string</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-cannot-refresh-like-rn-string/</link><pubDate>Sun, 10 Apr 2011 23:56:53 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebGrid</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Please try to modify the code in WebFlyPostBackMethod from:&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&lt;span style="font-family: 'consolas', 'courier new'; font-size: 9pt"&gt;[&lt;/span&gt;&lt;span style="font-family: 'consolas', 'courier new'; color: #2b91af; font-size: 9pt"&gt;WebFlyPostBackMethod&lt;/span&gt;&lt;span style="font-family: 'consolas', 'courier new'; font-size: 9pt"&gt;()]&lt;/span&gt;
&lt;span style="font-family: 'consolas', 'courier new'; color: blue; font-size: 9pt"&gt;public void&lt;/span&gt; &lt;span style="font-family: 'consolas', 'courier new'; font-size: 9pt"&gt;RaiseCooperation()
{
    InitData();

    WebGrid1.ClearCachedDataSource();
    WebGrid1.RebindDataSource();
    WebFlyPostBackManager1.ClientAction.RenderControl(WebGrid1);    
}&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;into the following.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&lt;span style="font-family: 'consolas', 'courier new'; font-size: 9pt"&gt;[&lt;/span&gt;&lt;span style="font-family: 'consolas', 'courier new'; color: #2b91af; font-size: 9pt"&gt;WebFlyPostBackMethod&lt;/span&gt;&lt;span style="font-family: 'consolas', 'courier new'; font-size: 9pt"&gt;()]&lt;/span&gt;
&lt;span style="font-family: 'consolas', 'courier new'; color: blue; font-size: 9pt"&gt;public void&lt;/span&gt; &lt;span style="font-family: 'consolas', 'courier new'; font-size: 9pt"&gt;RaiseCooperation()
{
    InitData();

    WebGrid1.ClearCachedDataSource();
    WebGrid1.RebindDataSource();
    WebGrid1.RequiresUIRefresh =&lt;/span&gt; &lt;span style="font-family: 'consolas', 'courier new'; color: blue; font-size: 9pt"&gt;true&lt;/span&gt;&lt;span style="font-family: 'consolas', 'courier new'; font-size: 9pt"&gt;;
}&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Please let us know whether it helps or not.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>webgrid cannot refresh like "\r\n" string</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-cannot-refresh-like-rn-string/</link><pubDate>Fri, 08 Apr 2011 23:44:38 GMT</pubDate><dc:creator>20100520</dc:creator><category>WebGrid</category><description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;   I give a example,  First the WebGrid display the data correct,then you click the button to refresh the webgrid using webflypostmanager, it will miss the "\r\n".&lt;/p&gt;</description></item><item><title>webgrid cannot refresh like "\r\n" string</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-cannot-refresh-like-rn-string/</link><pubDate>Thu, 07 Apr 2011 22:04:17 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebGrid</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Please forgive me for lack of understanding about the reported problem.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;I am willing to advise you further but in order to do so I would need you to elaborate on your specific scenario by providing a working simple sample that reproduce the issue and give us a step-by-step guide that we can use to observe the problematic behavior.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>webgrid cannot refresh like "\r\n" string</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-cannot-refresh-like-rn-string/</link><pubDate>Thu, 07 Apr 2011 03:28:00 GMT</pubDate><dc:creator>20100520</dc:creator><category>WebGrid</category><description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;    when I user WebFlyPostBackManager.ClientAction.RenderControl  method to refresh webgrid,  the string like "\r\n"  missed.&lt;/p&gt;</description></item></channel></rss>