<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>ExtJs  Extender Controls</title><link>http://extjsextendercontrol.codeplex.com/Project/ProjectRss.aspx</link><description>A collection of Asp.net Extender controls wrapping the ExtJs Framework.   Controls&amp;#58; Grid,TreePanel,ResizableExtender,DatePicker,BorderLayout   and more to come...   see http&amp;#58;&amp;#47;&amp;#47;www.extendersamples.rodiniz...</description><item><title>New Post: Licensing</title><link>http://extjsextendercontrol.codeplex.com/Thread/View.aspx?ThreadId=27274</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi, can i still use the control for my propritary application?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><author>maurox</author><pubDate>Thu, 19 Nov 2009 11:56:00 GMT</pubDate><guid isPermaLink="false">New Post: Licensing 20091119115600A</guid></item><item><title>Closed Issue: Hash in URL causes Data-Bound YUIGrid to freeze in IE6/7 [24361]</title><link>http://extjsextendercontrol.codeplex.com/WorkItem/View.aspx?WorkItemId=24361</link><description>When opening a page with a data-bound YUIGrid, but adding a hash&amp;#47;anchor &amp;#40;&amp;#35;...&amp;#41; to the URL, the grid displays the &amp;#34;Loading...&amp;#34; animation indefinitely the next time it tries to fetch data from the source. This only happens with Internet Explorer, not with Firefox.&lt;br /&gt;&lt;br /&gt;This problem does not occur on the sample site http&amp;#58;&amp;#47;&amp;#47;extendersamples.rodiniz.com&amp;#47;, but when running the Visual Studio solution for the samples locally and opening the URL &amp;#34;http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;xxxx&amp;#47;ExtExtendersTestSite&amp;#47;griddatabound2.aspx&amp;#35;foobar&amp;#34; and clicking the &amp;#34;next page&amp;#34; button in the grid.&lt;br /&gt;&lt;br /&gt;I also have the same problem in my own web application which uses the YUIGrid, and when deploying the application on a server. This behaviour is very annoying because I am building an Ajax application which uses the hash for navigation purposes. It is impossible to add JavaScript code such as &amp;#34;location.hash &amp;#61; ...&amp;#34; without causing the grid to freeze.&lt;br /&gt;&lt;br /&gt;Can someone reproduce the problem&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Thomas&lt;br /&gt;</description><author>rodiniz</author><pubDate>Wed, 18 Nov 2009 14:33:47 GMT</pubDate><guid isPermaLink="false">Closed Issue: Hash in URL causes Data-Bound YUIGrid to freeze in IE6/7 [24361] 20091118023347P</guid></item><item><title>Closed Issue: TabPanel Visible is not working [21641]</title><link>http://extjsextendercontrol.codeplex.com/WorkItem/View.aspx?WorkItemId=21641</link><description>Tried set Visible&amp;#61;&amp;#34;false&amp;#34; but the tabs still show up&amp;#33;&amp;#33;&amp;#33;&lt;br /&gt;</description><author>rodiniz</author><pubDate>Wed, 18 Nov 2009 14:33:46 GMT</pubDate><guid isPermaLink="false">Closed Issue: TabPanel Visible is not working [21641] 20091118023346P</guid></item><item><title>Closed Issue: Calendar Extender in a PopUp Modal [20117]</title><link>http://extjsextendercontrol.codeplex.com/WorkItem/View.aspx?WorkItemId=20117</link><description>I am having a problem with the rendering of the Calendar Extender when I use it inside of a popup modal.  I have tried specifying a css class to change how it displays and that only works for the initial screen.  Any attempt to select another Month or otherwise makes the problem return.  Let me know should screenshots or a more detailed walkthrough be beneficial to addressing this issue.&lt;br /&gt;</description><author>rodiniz</author><pubDate>Wed, 18 Nov 2009 14:33:46 GMT</pubDate><guid isPermaLink="false">Closed Issue: Calendar Extender in a PopUp Modal [20117] 20091118023346P</guid></item><item><title>Closed Issue: TreePane node.id is set to "ynode-###" sometimes [19198]</title><link>http://extjsextendercontrol.codeplex.com/WorkItem/View.aspx?WorkItemId=19198</link><description>When I create, rename or delete a childnode shortly after it is created, sometimes the nodeid of the childnode has a &amp;#34;ynode-&amp;#34; prefix. &lt;br /&gt;&lt;br /&gt;Any thoughts on how to get around that, so that i always make operations on the correct nodeid value&amp;#63; BTW, I really love the TreePane control, just wrestling with this particular issue.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;</description><author>rodiniz</author><pubDate>Wed, 18 Nov 2009 14:33:45 GMT</pubDate><guid isPermaLink="false">Closed Issue: TreePane node.id is set to "ynode-###" sometimes [19198] 20091118023345P</guid></item><item><title>Closed Issue: How can I make the header of Grid align center? [16836]</title><link>http://extjsextendercontrol.codeplex.com/WorkItem/View.aspx?WorkItemId=16836</link><description>1. How can I make the header of Grid align center&amp;#63;&lt;br /&gt;2. On the demo page Default.aspx, when I collapse the left pane, the grid in the right iframe can not full with the screen, but holding the width. And I want to make it full with the screen as 100&amp;#37;, how&amp;#63;&lt;br /&gt;&lt;br /&gt;Thank you&amp;#33;&lt;br /&gt;</description><author>rodiniz</author><pubDate>Wed, 18 Nov 2009 14:33:45 GMT</pubDate><guid isPermaLink="false">Closed Issue: How can I make the header of Grid align center? [16836] 20091118023345P</guid></item><item><title>Closed Issue: how to populate a second treepane from a first treepane [16303]</title><link>http://extjsextendercontrol.codeplex.com/WorkItem/View.aspx?WorkItemId=16303</link><description>I have a treepane that shows me menus-pages hierarchies. When I select a menu from this treepane, I would like to populate a second treepane with the selected menu. This selected menu can then be edited. When I click a treenode from the first treepane, I can populate the second treepane in the &amp;#34;NodeClicked&amp;#34; event. But the newly populated second treepane is not rendered, probably because the event is fired too late to have an effect. I added a trigger&amp;#58; &amp;#60;ajax&amp;#58;AsyncPostBackTrigger ControlID&amp;#61;&amp;#34;TreePane&amp;#34; EventName&amp;#61;&amp;#34;NodeClicked&amp;#34; &amp;#47;&amp;#62; and put the second treepane in a &amp;#60;contenttemplate&amp;#62;.  I think I bet on the wrong horse...&lt;br /&gt;&lt;br /&gt;Is there a way to create treepanes on the fly&amp;#63; To add nodes by clicking server side buttons &amp;#40;without javascript&amp;#41;&amp;#63; To add nodes by clicking a node on another treepane&amp;#63;&lt;br /&gt;</description><author>rodiniz</author><pubDate>Wed, 18 Nov 2009 14:33:44 GMT</pubDate><guid isPermaLink="false">Closed Issue: how to populate a second treepane from a first treepane [16303] 20091118023344P</guid></item><item><title>Closed Issue: TreePane.GetCallbackResult always returns null [16201]</title><link>http://extjsextendercontrol.codeplex.com/WorkItem/View.aspx?WorkItemId=16201</link><description>I want to return result of event processing on server side, say OnNodeChecked. For example, if I can&amp;#39;t reflect TreeNode changes in a database, i want to provide some feedback to user.&lt;br /&gt;I found it&amp;#39;s impossible cause i can&amp;#39;t use GetCallbackResult.&lt;br /&gt;Maybe it would be useful to add one more property  to TreePane &amp;#40;say, CallBackScript&amp;#41; and pass it&amp;#39;s value to call             this.Page.ClientScript.GetCallbackEventReference&amp;#40;this, &amp;#34;&amp;#34;, _CallBackScript, &amp;#34;&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;And then add one more event &amp;#40;say, OnGetCallbackResult&amp;#41; to the class and invoke it in the GetCallbackResult method.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Alexander&lt;br /&gt;</description><author>rodiniz</author><pubDate>Wed, 18 Nov 2009 14:33:43 GMT</pubDate><guid isPermaLink="false">Closed Issue: TreePane.GetCallbackResult always returns null [16201] 20091118023343P</guid></item><item><title>Closed Issue: nested tabs [15767]</title><link>http://extjsextendercontrol.codeplex.com/WorkItem/View.aspx?WorkItemId=15767</link><description>Hi,&lt;br /&gt;I don&amp;#39;t know it&amp;#39;s a bug or ExtJsExtender does not support nested tabs, but here it is&amp;#33;&lt;br /&gt;&lt;br /&gt;        &amp;#60;cc1&amp;#58;TabContainer ID&amp;#61;&amp;#34;TabContainer1&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; ActiveTabIndex&amp;#61;&amp;#34;1&amp;#34; Height&amp;#61;&amp;#34;306px&amp;#34;&lt;br /&gt;            Width&amp;#61;&amp;#34;716px&amp;#34; resizeTabs&amp;#61;&amp;#34;True&amp;#34;&amp;#62;&lt;br /&gt;            &amp;#60;cc1&amp;#58;TabPanel runat&amp;#61;&amp;#34;server&amp;#34; HeaderText&amp;#61;&amp;#34;TabPanel1&amp;#34; closable&amp;#61;&amp;#34;False&amp;#34; ID&amp;#61;&amp;#34;TabPanel1&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;HeaderTemplate&amp;#62;&lt;br /&gt;                    TabPanel1&lt;br /&gt;                &amp;#60;&amp;#47;HeaderTemplate&amp;#62;&lt;br /&gt;                &amp;#60;ContentTemplate&amp;#62;&lt;br /&gt;                    test1&lt;br /&gt;                &amp;#60;&amp;#47;ContentTemplate&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;cc1&amp;#58;TabPanel&amp;#62;&lt;br /&gt;            &amp;#60;cc1&amp;#58;TabPanel runat&amp;#61;&amp;#34;server&amp;#34; HeaderText&amp;#61;&amp;#34;TabPanel2&amp;#34; closable&amp;#61;&amp;#34;False&amp;#34; ID&amp;#61;&amp;#34;TabPanel2&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;ContentTemplate&amp;#62;&lt;br /&gt;                    test12&lt;br /&gt;                    &amp;#60;br &amp;#47;&amp;#62;&lt;br /&gt;                    &amp;#60;cc1&amp;#58;TabContainer ID&amp;#61;&amp;#34;TabContainer2&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; ActiveTabIndex&amp;#61;&amp;#34;0&amp;#34; enableTabScroll&amp;#61;&amp;#34;False&amp;#34;&lt;br /&gt;                        resizeTabs&amp;#61;&amp;#34;True&amp;#34; tabWidth&amp;#61;&amp;#34;135&amp;#34; Width&amp;#61;&amp;#34;411px&amp;#34; Height&amp;#61;&amp;#34;250px&amp;#34; CssClass&amp;#61;&amp;#34;ajax__tab_xp&amp;#34;&amp;#62;&lt;br /&gt;                        &amp;#60;cc1&amp;#58;TabPanel ID&amp;#61;&amp;#34;TabPanel4&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; closable&amp;#61;&amp;#34;False&amp;#34; HeaderText&amp;#61;&amp;#34;TabPanel4&amp;#34;&amp;#62;&lt;br /&gt;                            &amp;#60;ContentTemplate&amp;#62;&lt;br /&gt;                                test&lt;br /&gt;                            &amp;#60;&amp;#47;ContentTemplate&amp;#62;&lt;br /&gt;                        &amp;#60;&amp;#47;cc1&amp;#58;TabPanel&amp;#62;&lt;br /&gt;                        &amp;#60;cc1&amp;#58;TabPanel ID&amp;#61;&amp;#34;TabPanel5&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; CssClass&amp;#61;&amp;#34;lll&amp;#34; closable&amp;#61;&amp;#34;False&amp;#34; HeaderText&amp;#61;&amp;#34;TabPanel5&amp;#34;&amp;#62;&lt;br /&gt;                            &amp;#60;ContentTemplate&amp;#62;&lt;br /&gt;                                test2&lt;br /&gt;                            &amp;#60;&amp;#47;ContentTemplate&amp;#62;&lt;br /&gt;                        &amp;#60;&amp;#47;cc1&amp;#58;TabPanel&amp;#62;&lt;br /&gt;                    &amp;#60;&amp;#47;cc1&amp;#58;TabContainer&amp;#62;&lt;br /&gt;                &amp;#60;&amp;#47;ContentTemplate&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;cc1&amp;#58;TabPanel&amp;#62;&lt;br /&gt;            &amp;#60;cc1&amp;#58;TabPanel ID&amp;#61;&amp;#34;TabPanel3&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; closable&amp;#61;&amp;#34;False&amp;#34; HeaderText&amp;#61;&amp;#34;TabPanel3&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;ContentTemplate&amp;#62;&lt;br /&gt;                    test16&lt;br /&gt;                    &amp;#60;br &amp;#47;&amp;#62;&lt;br /&gt;                &amp;#60;&amp;#47;ContentTemplate&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;cc1&amp;#58;TabPanel&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;cc1&amp;#58;TabContainer&amp;#62;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;but it should support it. some examples&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;blog.cutterscrossing.com&amp;#47;index.cfm&amp;#47;2007&amp;#47;6&amp;#47;15&amp;#47;ExtJS-Nested-Tab-Set-with-Demo&lt;br /&gt;</description><author>rodiniz</author><pubDate>Wed, 18 Nov 2009 14:33:43 GMT</pubDate><guid isPermaLink="false">Closed Issue: nested tabs [15767] 20091118023343P</guid></item><item><title>Closed Issue: problems with right to left on TabContainer [14446]</title><link>http://extjsextendercontrol.codeplex.com/WorkItem/View.aspx?WorkItemId=14446</link><description>when i try to display the tabs as right-to-left direction the display goes wrong.&lt;br /&gt;for example&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;div style&amp;#61;&amp;#34;direction&amp;#58; rtl&amp;#34;&amp;#62;&lt;br /&gt;            &amp;#60;cc1&amp;#58;TabContainer ID&amp;#61;&amp;#34;TabContainer1&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; ActiveTabIndex&amp;#61;&amp;#34;3&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;cc1&amp;#58;TabPanel runat&amp;#61;&amp;#34;server&amp;#34; HeaderText&amp;#61;&amp;#34;TabPanel1&amp;#34; closable&amp;#61;&amp;#34;False&amp;#34; ID&amp;#61;&amp;#34;TabPanel1&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;&amp;#47;cc1&amp;#58;TabPanel&amp;#62;&lt;br /&gt;                &amp;#60;cc1&amp;#58;TabPanel runat&amp;#61;&amp;#34;server&amp;#34; HeaderText&amp;#61;&amp;#34;TabPanel2&amp;#34; closable&amp;#61;&amp;#34;False&amp;#34; ID&amp;#61;&amp;#34;TabPanel2&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;&amp;#47;cc1&amp;#58;TabPanel&amp;#62;&lt;br /&gt;                &amp;#60;cc1&amp;#58;TabPanel runat&amp;#61;&amp;#34;server&amp;#34; HeaderText&amp;#61;&amp;#34;TabPanel3&amp;#34; closable&amp;#61;&amp;#34;False&amp;#34; ID&amp;#61;&amp;#34;TabPanel3&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;&amp;#47;cc1&amp;#58;TabPanel&amp;#62;&lt;br /&gt;                &amp;#60;cc1&amp;#58;TabPanel runat&amp;#61;&amp;#34;server&amp;#34; HeaderText&amp;#61;&amp;#34;TabPanel4&amp;#34; closable&amp;#61;&amp;#34;False&amp;#34; ID&amp;#61;&amp;#34;TabPanel4&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;&amp;#47;cc1&amp;#58;TabPanel&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;cc1&amp;#58;TabContainer&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;div&amp;#62;&lt;br /&gt;&lt;br /&gt;thanks&lt;br /&gt;</description><author>rodiniz</author><pubDate>Wed, 18 Nov 2009 14:33:27 GMT</pubDate><guid isPermaLink="false">Closed Issue: problems with right to left on TabContainer [14446] 20091118023327P</guid></item><item><title>Closed Issue: Toolbar  and BasicDialog [13701]</title><link>http://extjsextendercontrol.codeplex.com/WorkItem/View.aspx?WorkItemId=13701</link><description>add button in BasicDialog button_click not work&lt;br /&gt;</description><author>rodiniz</author><pubDate>Wed, 18 Nov 2009 14:33:26 GMT</pubDate><guid isPermaLink="false">Closed Issue: Toolbar  and BasicDialog [13701] 20091118023326P</guid></item><item><title>Closed Issue: Gird control with no columns, no rows [13681]</title><link>http://extjsextendercontrol.codeplex.com/WorkItem/View.aspx?WorkItemId=13681</link><description>load a grid control and set the columns to autogenerate &amp;#40;yes, I know why would anyone ever do that...&amp;#41; &amp;#40;SEE BELOW MARKED IN ALL CAPS&amp;#41;&lt;br /&gt;&lt;br /&gt;private void AutoGenerate&amp;#40;bool generateColumns&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            if &amp;#40;generateColumns&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                this.Columns.Clear&amp;#40;&amp;#41;&amp;#59;&amp;#47;&amp;#47;ignore if the user set the columns&lt;br /&gt;            &amp;#125;&lt;br /&gt;&lt;br /&gt;            this.Fields &amp;#61; string.Empty&amp;#59;&lt;br /&gt;            DataSet ds &amp;#61; this._DataSource as DataSet&amp;#59;&lt;br /&gt;            DataTable dt &amp;#61; this._DataSource as DataTable&amp;#59;&lt;br /&gt;            SqlDataSource sql &amp;#61; this._DataSource as SqlDataSource&amp;#59;&lt;br /&gt;            IEnumerable enu&amp;#59;&lt;br /&gt;&lt;br /&gt;            if &amp;#40;sql&amp;#33;&amp;#61;null&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                enu &amp;#61; sql.Select&amp;#40;DataSourceSelectArguments.Empty&amp;#41;&amp;#59;&lt;br /&gt;                IEnumerator numer &amp;#61; enu.GetEnumerator&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;                &lt;br /&gt;                while &amp;#40;numer.MoveNext&amp;#40;&amp;#41;&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    &lt;br /&gt;                    System.Data.DataRowView dv&amp;#61;numer.Current as System.Data.DataRowView&amp;#59;&lt;br /&gt;                    &amp;#47;&amp;#47;int len&amp;#61;dv.Row.ItemArray.Length&amp;#59;&lt;br /&gt;                    dt &amp;#61; dv.DataView.Table&amp;#59;&lt;br /&gt;                    break&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;            &amp;#125;&lt;br /&gt;            if &amp;#40;dt &amp;#61;&amp;#61; null &amp;#38;&amp;#38; ds &amp;#33;&amp;#61; null&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                dt &amp;#61; ds.Tables&amp;#91;0&amp;#93;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;            string strFields &amp;#61; string.Empty&amp;#59;&lt;br /&gt;            int colWidth &amp;#61; &amp;#40;int&amp;#41;this.Width.Value &amp;#47; dt.Columns.Count -10&amp;#59;     THIS LINE CAUSES AN EXCEPTION&lt;br /&gt;            foreach &amp;#40;DataColumn dc in dt.Columns&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                strFields &amp;#43;&amp;#61; dc.ColumnName &amp;#43; &amp;#34;,&amp;#34;&amp;#59;&lt;br /&gt;                if &amp;#40;generateColumns&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    ColModel mdl &amp;#61; new ColModel&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;                    mdl.header &amp;#61; dc.ColumnName&amp;#59;&lt;br /&gt;                    mdl.sortable &amp;#61; true&amp;#59;&lt;br /&gt;                    mdl.width &amp;#61; colWidth&amp;#59;&lt;br /&gt;                    this.Columns.Add&amp;#40;mdl&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;&lt;br /&gt;            &amp;#125;&lt;br /&gt;            strFields &amp;#61; strFields.Remove&amp;#40;strFields.Length - 1&amp;#41;&amp;#59;&lt;br /&gt;            this.Fields &amp;#61; strFields&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;</description><author>rodiniz</author><pubDate>Wed, 18 Nov 2009 14:33:26 GMT</pubDate><guid isPermaLink="false">Closed Issue: Gird control with no columns, no rows [13681] 20091118023326P</guid></item><item><title>Closed Issue: Missing checkboxes in YuiGrid [15085]</title><link>http://extjsextendercontrol.codeplex.com/WorkItem/View.aspx?WorkItemId=15085</link><description>When using a YuiGrid, you can make the items selectable and then use ctrl &amp;#43; click to choose items.&lt;br /&gt;But if you have a grid containing 20 items or more it&amp;#39;s easy to make a mistake. &lt;br /&gt;I want to insert a checkbox in the grid so it will be easier for the user to choose several or all items. Does any one know if there is a way to do this.&lt;br /&gt;</description><author>rodiniz</author><pubDate>Wed, 18 Nov 2009 14:33:25 GMT</pubDate><guid isPermaLink="false">Closed Issue: Missing checkboxes in YuiGrid [15085] 20091118023325P</guid></item><item><title>Closed Issue: Right to left problem with ExtDropDownList [14935]</title><link>http://extjsextendercontrol.codeplex.com/WorkItem/View.aspx?WorkItemId=14935</link><description>Hi,&lt;br /&gt;I&amp;#39;m using this nice control in RTL environment. but it has an issue with right to left direction.&lt;br /&gt;example&amp;#58;&lt;br /&gt;            &amp;#60;div dir&amp;#61;&amp;#34;rtl&amp;#34; align&amp;#61;&amp;#34;center&amp;#34; style&amp;#61;&amp;#34;font-family&amp;#58; Tahoma&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;cc1&amp;#58;ExtDropDownList ID&amp;#61;&amp;#34;ExtDropDownList1&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; Font-Names&amp;#61;&amp;#34;Tahoma&amp;#34;&amp;#62;&lt;br /&gt;                    &amp;#60;asp&amp;#58;ListItem&amp;#62;7&amp;#60;&amp;#47;asp&amp;#58;ListItem&amp;#62;&lt;br /&gt;                    &amp;#60;asp&amp;#58;ListItem&amp;#62;8&amp;#60;&amp;#47;asp&amp;#58;ListItem&amp;#62;&lt;br /&gt;                    &amp;#60;asp&amp;#58;ListItem&amp;#62;abc&amp;#60;&amp;#47;asp&amp;#58;ListItem&amp;#62;&lt;br /&gt;                &amp;#60;&amp;#47;cc1&amp;#58;ExtDropDownList&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;div&amp;#62;&lt;br /&gt;&lt;br /&gt;please add the related button to the right. &lt;br /&gt;Also is it possible to change the font of related textbox here&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks for your efforts.&lt;br /&gt;</description><author>rodiniz</author><pubDate>Wed, 18 Nov 2009 14:33:25 GMT</pubDate><guid isPermaLink="false">Closed Issue: Right to left problem with ExtDropDownList [14935] 20091118023325P</guid></item><item><title>Closed Issue: I can't include controls into grid column [14030]</title><link>http://extjsextendercontrol.codeplex.com/WorkItem/View.aspx?WorkItemId=14030</link><description>Hi.&lt;br /&gt;&lt;br /&gt;Advance thanks to who one going to clear my issue.&lt;br /&gt;I want to include controls in grid column.For ex&amp;#58;Hyberlink column like in gridview control.&lt;br /&gt;Pls very urgent. Thank U.&lt;br /&gt;</description><author>rodiniz</author><pubDate>Wed, 18 Nov 2009 14:33:24 GMT</pubDate><guid isPermaLink="false">Closed Issue: I can't include controls into grid column [14030] 20091118023324P</guid></item><item><title>Closed Issue: TreePane IS creating new Sessions on Postback [15035]</title><link>http://extjsextendercontrol.codeplex.com/WorkItem/View.aspx?WorkItemId=15035</link><description>First of all, this is a great control but I have found a bug that simply kills me...&lt;br /&gt;&lt;br /&gt;Every time I do a postback a NEW Session is created&amp;#33;&lt;br /&gt;&lt;br /&gt;This is so wrong. I&amp;#39;m still trying to figure it out, but nothing.&lt;br /&gt;&lt;br /&gt;This messes up a LOT of code like, cache strategies that use the sessionID like a UNIQUE identifier for... THE CURRENT SESSION.&lt;br /&gt;&lt;br /&gt;Can somebody help me out&amp;#63;&lt;br /&gt;&lt;br /&gt;Thank You&lt;br /&gt;</description><author>rodiniz</author><pubDate>Wed, 18 Nov 2009 14:33:23 GMT</pubDate><guid isPermaLink="false">Closed Issue: TreePane IS creating new Sessions on Postback [15035] 20091118023323P</guid></item><item><title>Closed Issue: LayoutManager problem [15288]</title><link>http://extjsextendercontrol.codeplex.com/WorkItem/View.aspx?WorkItemId=15288</link><description>I tried to implement a very simple example &amp;#40;see code below&amp;#41;, but I get an error&amp;#58; Two components with the same id &amp;#39;rgNorth&amp;#39; can&amp;#39;t be added to the application. It seems that the javascript for initializing the LayoutRegion get repeated 4 times for each layoutregion &amp;#40; aspx file included as attachment&amp;#41;&lt;br /&gt;&lt;br /&gt;        &amp;#60;asp&amp;#58;Panel ID&amp;#61;&amp;#34;pnlManager&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; &amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;asp&amp;#58;Panel&amp;#62;&lt;br /&gt;      &lt;br /&gt;        &amp;#60;asp&amp;#58;Panel ID&amp;#61;&amp;#34;NorthPanel&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34;&amp;#62;&lt;br /&gt;            NorthPanel&lt;br /&gt;        &amp;#60;&amp;#47;asp&amp;#58;Panel&amp;#62;&lt;br /&gt;        &amp;#60;asp&amp;#58;Panel ID&amp;#61;&amp;#34;CenterPanel&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34;&amp;#62;&lt;br /&gt;            Center panel&lt;br /&gt;        &amp;#60;&amp;#47;asp&amp;#58;Panel&amp;#62;        &lt;br /&gt;        &amp;#60;asp&amp;#58;Panel ID&amp;#61;&amp;#34;SouthPanel&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34;&amp;#62;&lt;br /&gt;            South Panel&lt;br /&gt;        &amp;#60;&amp;#47;asp&amp;#58;Panel&amp;#62;&lt;br /&gt;        &lt;br /&gt;&lt;br /&gt;        &lt;br /&gt;        &amp;#60;asp&amp;#58;Panel ID&amp;#61;&amp;#34;WestPanel&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34;&amp;#62;&lt;br /&gt;            West Panel&lt;br /&gt;        &amp;#60;&amp;#47;asp&amp;#58;Panel&amp;#62;&lt;br /&gt;     &lt;br /&gt;&lt;br /&gt;        &amp;#60;cc1&amp;#58;LayoutRegion ID&amp;#61;&amp;#34;rgNorth&amp;#34; split&amp;#61;&amp;#34;false&amp;#34; initialSize&amp;#61;&amp;#34;110&amp;#34; TargetControlID&amp;#61;&amp;#34;NorthPanel&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; &amp;#62;&amp;#60;&amp;#47;cc1&amp;#58;LayoutRegion&amp;#62;&lt;br /&gt;        &amp;#60;cc1&amp;#58;LayoutRegion ID&amp;#61;&amp;#34;rgCenter&amp;#34; TargetControlID&amp;#61;&amp;#34;CenterPanel&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; initialSize&amp;#61;&amp;#34;200&amp;#34; minSize&amp;#61;&amp;#34;200&amp;#34; maxSize&amp;#61;&amp;#34;500&amp;#34;  title&amp;#61;&amp;#34;Example,Source,Source&amp;#40;.cs&amp;#41;&amp;#34; &amp;#62;&amp;#60;&amp;#47;cc1&amp;#58;LayoutRegion&amp;#62;&lt;br /&gt;        &amp;#60;cc1&amp;#58;LayoutRegion ID&amp;#61;&amp;#34;rgSouth&amp;#34; TargetControlID&amp;#61;&amp;#34;SouthPanel&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; initialSize&amp;#61;&amp;#34;20&amp;#34; split&amp;#61;&amp;#34;false&amp;#34;&amp;#62;&amp;#60;&amp;#47;cc1&amp;#58;LayoutRegion&amp;#62;&lt;br /&gt;        &amp;#60;cc1&amp;#58;LayoutRegion ID&amp;#61;&amp;#34;rgWest&amp;#34; TargetControlID&amp;#61;&amp;#34;WestPanel&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; initialSize&amp;#61;&amp;#34;200&amp;#34; split&amp;#61;&amp;#34;true&amp;#34; minSize&amp;#61;&amp;#34;200&amp;#34; maxSize&amp;#61;&amp;#34;500&amp;#34; collapsible&amp;#61;&amp;#34;true&amp;#34; title&amp;#61;&amp;#34;Navigation&amp;#34; &amp;#62;&amp;#60;&amp;#47;cc1&amp;#58;LayoutRegion&amp;#62;&lt;br /&gt;       &lt;br /&gt;       &amp;#60;cc1&amp;#58;LayoutManager ID&amp;#61;&amp;#34;LayoutManager1&amp;#34; TargetControlID&amp;#61;&amp;#34;pnlManager&amp;#34; North&amp;#61;&amp;#34;rgNorth&amp;#34; Center&amp;#61;&amp;#34;rgCenter&amp;#34; South&amp;#61;&amp;#34;rgSouth&amp;#34; West&amp;#61;&amp;#34;rgWest&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34;&amp;#62;&amp;#60;&amp;#47;cc1&amp;#58;LayoutManager&amp;#62;&lt;br /&gt;</description><author>rodiniz</author><pubDate>Wed, 18 Nov 2009 14:33:23 GMT</pubDate><guid isPermaLink="false">Closed Issue: LayoutManager problem [15288] 20091118023323P</guid></item><item><title>Closed Issue: TreePane events do not fire [14448]</title><link>http://extjsextendercontrol.codeplex.com/WorkItem/View.aspx?WorkItemId=14448</link><description>none of the events such as OnNodeMoved fire with the treepane in a masterpage. have set autopostback to false and true. cannot get them to fire at all. &lt;br /&gt;&lt;br /&gt;have tried this both inside and outside ajax update panel&lt;br /&gt;</description><author>rodiniz</author><pubDate>Wed, 18 Nov 2009 14:33:22 GMT</pubDate><guid isPermaLink="false">Closed Issue: TreePane events do not fire [14448] 20091118023322P</guid></item><item><title>Closed Issue: Checkbox withTreePane dynamic nodes [13602]</title><link>http://extjsextendercontrol.codeplex.com/WorkItem/View.aspx?WorkItemId=13602</link><description>Setting CheckboxTree &amp;#61; True has no effect on nodes populated from a webservice or a loader.&lt;br /&gt;</description><author>rodiniz</author><pubDate>Wed, 18 Nov 2009 14:33:22 GMT</pubDate><guid isPermaLink="false">Closed Issue: Checkbox withTreePane dynamic nodes [13602] 20091118023322P</guid></item><item><title>Closed Issue: "My code links to extjs.com/s.gif" [15462]</title><link>http://extjsextendercontrol.codeplex.com/WorkItem/View.aspx?WorkItemId=15462</link><description>ExtJs Extender tries to connect to&amp;#58; http&amp;#58;&amp;#47;&amp;#47;extjs.com&amp;#47;s.gif when it loads.&lt;br /&gt;&lt;br /&gt;The problem is described here&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;extjs.com&amp;#47;learn&amp;#47;Ext_FAQ&amp;#35;My_code_links_to_extjs.com.2Fs.gif&lt;br /&gt;&lt;br /&gt;Hos do i set this with ExtJs Extender&amp;#63;&lt;br /&gt;</description><author>rodiniz</author><pubDate>Wed, 18 Nov 2009 14:31:04 GMT</pubDate><guid isPermaLink="false">Closed Issue: "My code links to extjs.com/s.gif" [15462] 20091118023104P</guid></item></channel></rss>