﻿<?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 - WebDesktop - WebGrid inside PaneManager not firing javascript events.</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-inside-PaneManager-not-firing-javascript-events/</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 inside PaneManager not firing javascript events.</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-inside-PaneManager-not-firing-javascript-events/</link><pubDate>Fri, 08 Oct 2010 08:54:40 GMT</pubDate><dc:creator>mmikaeel2</dc:creator><description>&lt;p&gt;Ok, so you mean its a vs 2008 issue, okay I believe you!&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebGrid inside PaneManager not firing javascript events.</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-inside-PaneManager-not-firing-javascript-events/</link><pubDate>Thu, 07 Oct 2010 22:44:54 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Maged,&lt;/p&gt;&lt;p&gt;After discussed with our developer teams, it seems this is not bug from our side.&lt;br /&gt;The issue can be only replicated in VS2008. It is a issue/bug in the old version.&lt;br /&gt;FYI, the same code is also used in VS2010 and everything works fine.&lt;br /&gt;I suggest you to migrate into VS2010.  &lt;br /&gt;It won't be quite trouble if the user migrated to vs 2010. You can still target older .net framework in VS2010. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebGrid inside PaneManager not firing javascript events.</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-inside-PaneManager-not-firing-javascript-events/</link><pubDate>Thu, 07 Oct 2010 15:28:54 GMT</pubDate><dc:creator>mmikaeel2</dc:creator><description>&lt;p&gt;Please let me know when there is a fix!&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebGrid inside PaneManager not firing javascript events.</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-inside-PaneManager-not-firing-javascript-events/</link><pubDate>Sun, 03 Oct 2010 22:27:58 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Maged,&lt;/p&gt;&lt;p&gt;Ok, Thank you for your report. I have marked the report to our developer teams and would ask them about the fix.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebGrid inside PaneManager not firing javascript events.</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-inside-PaneManager-not-firing-javascript-events/</link><pubDate>Thu, 30 Sep 2010 12:50:43 GMT</pubDate><dc:creator>mmikaeel2</dc:creator><description>&lt;p&gt;Yes, and this is really causing lots of issues and frastration to devlop.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebGrid inside PaneManager not firing javascript events.</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-inside-PaneManager-not-firing-javascript-events/</link><pubDate>Wed, 29 Sep 2010 15:33:46 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Maged,&lt;/p&gt;&lt;p&gt;So, I can assume that all changes via designer properties are not also persisted in html code? &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebGrid inside PaneManager not firing javascript events.</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-inside-PaneManager-not-firing-javascript-events/</link><pubDate>Tue, 28 Sep 2010 15:31:58 GMT</pubDate><dc:creator>mmikaeel2</dc:creator><description>&lt;p&gt;Well, this is not the only issue here, any control you place inside the pane manger, after you put them inside the pane manger, and using the GUI designer, no changes will take a place, you actually will not get any change you make using the GUI. The only thing works is if you write everything manually without the GUI tools, or as you said, by taking it outside the Pane Manager which is kind of frustrating.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Maged&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebGrid inside PaneManager not firing javascript events.</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-inside-PaneManager-not-firing-javascript-events/</link><pubDate>Wed, 11 Aug 2010 12:25:42 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;I can replicate the issue and forward the issue into our developer. &lt;/p&gt;&lt;p&gt;For temporary workaround, if you want to define clientside events, please placed it outside WebPaneManager. &lt;/p&gt;
&lt;p&gt;After define all WebGrid clientside events, you can place it back inside WebPaneManager again.&lt;br /&gt;The event is not fired because it is not defined automatically in html code.&lt;/p&gt;
&lt;p&gt;e.g it should be defined in clientside events tag.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;ClientSideEvents OnAfterInitialize="WebGrid1_OnAfterInitialize" /&amp;gt;&lt;/pre&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>WebGrid inside PaneManager not firing javascript events.</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-inside-PaneManager-not-firing-javascript-events/</link><pubDate>Wed, 11 Aug 2010 11:36:03 GMT</pubDate><dc:creator>foysal</dc:creator><description>&lt;p&gt;I am using WebDesktop PaneManger. WebGrid, intersoft toolbar and other controls are placed inside different pane of the manager. Problem is after placing the controls the client side events of the grid are not firing at all. I believe there might be any issue or we are missing any property of the pane manager.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;It would be helpful if you provide us a sample where grid is placed inside the PaneManager. And you are also using some grid's client side events.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Please try to give a quick reply.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>