Ext.net GridPanel Erro:无法获取属性“proxy”的值:对象为null或未定义

时间:2020-11-25 16:52:28

Ext.net GridPanel Erro:无法获取属性“proxy”的值:对象为null或未定义

使用Ext.net GridPanel 控件时出现此错误,经跟踪:

这样写是正确的:             

<BottomBar>
                    <ext:PagingToolbar ID="PagingToolbar1" runat="server" PageSize="30">
                    </ext:PagingToolbar>
                </BottomBar>

但是这样写会出现上面的错误:

 <FooterBar>

<ext:PagingToolbar ID="PagingToolbar1" runat="server" PageSize="30">
                    </ext:PagingToolbar>

</FooterBar>

 具体原因还没有弄明白。