﻿<?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 - How to remain Pivot Chart View after postback event</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-remain-Pivot-Chart-View-after-postback-event/</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>How to remain Pivot Chart View after postback event</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-remain-Pivot-Chart-View-after-postback-event/</link><pubDate>Fri, 06 Nov 2009 03:55:22 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I can replicate the issue from your sample. I will forward this to our developer. Btw, your WebPartsManager should be put inside UpdatePanel, not outside.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>How to remain Pivot Chart View after postback event</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-remain-Pivot-Chart-View-after-postback-event/</link><pubDate>Tue, 03 Nov 2009 23:48:50 GMT</pubDate><dc:creator>nv261</dc:creator><description>The WebPart I'm using is ASP.NET Web Part, and when the Web Part is minimized/maximized, the page will do FullPostback. So, to eliminate those flickers occured when a page is refreshed I used an update panel. To help you figure out my situation, I attached here my sample.&lt;br /&gt;&lt;br /&gt;If I set the layout settings OnAfterInitialize client side events as you said, then I need to know the current view of the grid (PivotChart or Grid). How can I know this? When user click on buttons Grid/PivotChart, is there any event raised?&lt;br /&gt;&lt;br /&gt;When I used an update panel, after click minimize/maximize on other web parts, the grid turns into no rows there.&lt;br /&gt;&lt;br /&gt;Kindly advise.&lt;br /&gt;&lt;br /&gt;Thanks a lot,&lt;br /&gt;Van&lt;br /&gt;</description></item><item><title>How to remain Pivot Chart View after postback event</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-remain-Pivot-Chart-View-after-postback-event/</link><pubDate>Tue, 03 Nov 2009 04:02:08 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Please try to set the layout settings OnAfterInitialize client side events.&lt;/p&gt;&lt;p&gt;e.g&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;function WebGrid1_OnAfterInitialize(controlId)
{
			var WebGrid1 = ISGetObject(controlId);
			WebGrid1.LayoutSettings.InitialView = "PivotChartView";
			return true;
}&lt;/pre&gt;
&lt;p&gt;Somehow on your scenario, every you process the other WebPart, the settings reset to GridView. Could you let me know which WebPart you are using? ASP.net or SharePoint? If you maximize/minimize the WebPart, will the page do FullPostback or Flypostback?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>How to remain Pivot Chart View after postback event</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-remain-Pivot-Chart-View-after-postback-event/</link><pubDate>Tue, 20 Oct 2009 05:47:43 GMT</pubDate><dc:creator>nv261</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;I'm currently using the Webgrid version 6.0.7200.205 and this is my situation: &lt;br /&gt;I have a grid to show Pivot Chart view initially, and can still revert back to GridView. I want to remain the current view regardless of postback event but don't know how to do this. My grid is in a web part with the current view &lt;strong&gt;Pivot Chart View&lt;/strong&gt;, and whenever I process on the other web part (such as simply minimize/maximize the web part), then the grid on this web part will automatically change to &lt;strong&gt;GridView&lt;/strong&gt;.&lt;br /&gt;How can I prevent this or set the view of grid into Pivot Chart View again?&lt;br /&gt;&lt;br /&gt;Thanks so much and regards,&lt;br /&gt;Van&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>