In Ext.net, I want to put a gridpanel inside a panel and refresh it programmatically -


in ext.net, want put gridpanel inside panel , refresh programmatically

code:

<ext:tabpanel runat="server" region="center">     <items>         <ext:panel               runat="server"               title="center"               border="false"               bodypadding="6">                                    <items>                     <ext:gridpanel id="gridpanel1" runat="server" title="array grid" width="500" height="350" />                  </items>         </ext:panel>      </items> </ext:tabpanel> 

when explore page, blank, when remove gridpanel, other stuff showe normally!

any ideas wrong?


Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -