﻿<?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 - Client side events for chart</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Client-side-events-for-chart/</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>Client side events for chart</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Client-side-events-for-chart/</link><pubDate>Fri, 10 Sep 2010 14:53:58 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Nilesh,&lt;/p&gt;&lt;p&gt;Sure, Here is my sample code. &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;function WebGrid1_OnAfterResponseProcess(controlId, actionName, lastRequestObject, xmlResponseObject)
{
	var WebGrid1 = ISGetObject(controlId);
        var button=document.getElementById("Button1");
        if (actionName == "Charting") 
        {
                button.style.display = "none";
        }
		return true;
}&lt;/pre&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Client side events for chart</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Client-side-events-for-chart/</link><pubDate>Fri, 10 Sep 2010 13:11:24 GMT</pubDate><dc:creator>NILESH.SHAH@TRADEWEB.COM</dc:creator><description>&lt;p&gt;Handy,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks for the response. Would you mind providing a sample for this event?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Nilesh&lt;/p&gt;</description></item><item><title>Client side events for chart</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Client-side-events-for-chart/</link><pubDate>Fri, 10 Sep 2010 12:30:19 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Nilesh,&lt;/p&gt;&lt;p&gt;Currently there is no clientside events for charting. However, for your scenario, you can use &lt;b&gt;&lt;i&gt;OnAfterResponseProcess &lt;/i&gt;&lt;/b&gt;clientside events. There should be &lt;b&gt;&lt;i&gt;actionName &lt;/i&gt;&lt;/b&gt;parameter which you can use for your validation.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Client side events for chart</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Client-side-events-for-chart/</link><pubDate>Fri, 10 Sep 2010 10:22:29 GMT</pubDate><dc:creator>NILESH.SHAH@TRADEWEB.COM</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I am currently using WEBUI Studio 2008 R2. What i am looking for is the list of client-side events in general for the grid as well as which i can use on client-side when i change to chart mode.&lt;/p&gt;
&lt;p&gt;I would like to show/hide a button on my web page when the user switches between chart/grid modes.&lt;/p&gt;
&lt;p&gt;I link on the intersoft web-site will also be useful for future reference.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Nilesh.&lt;/p&gt;</description></item></channel></rss>