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

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

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

 具体原因还没有弄明白。

你可能感兴趣的:(server,ext,null)