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

来源:互联网 发布:域名跳转微博 编辑:程序博客网 时间:2024/05/16 07:00

使用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>

 具体原因还没有弄明白。