【问题标题】:Problems reproducing Ext.net examples重现 Ext.net 示例的问题
【发布时间】:2012-03-09 14:59:10
【问题描述】:

我正在尝试重现 GridPanel 示例(http://examples.ext.net/#/GridPanel/ArrayGrid/Simple/),但收到以下错误消息:

类型“Ext.Net.Store”没有名为“Model”的公共属性。

来源错误:

Line 38:         <Store>
Line 39:             <ext:Store ID="Store1" runat="server">
Line 40:                 <Model> (Here is the problem: Cannot resolve symbol 'Model')
Line 41:                     <ext:Model runat="server">
Line 42:                         <Fields>

谁能帮忙?

谢谢。

【问题讨论】:

    标签: ext.net gridpanel


    【解决方案1】:

    不想在这里链接异地,但这个问题也在 Ext.NET 论坛上被问到(并得到了回答),请参阅 http://forums.ext.net/showthread.php?17718-Problems-reproducing-Ext-net-examples

    【讨论】:

      【解决方案2】:

      这个例子需要Ext.net 2.0版本可能是你的项目附加了旧版本1.2、1.3!

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2020-11-11
        • 1970-01-01
        • 1970-01-01
        • 2011-10-31
        相关资源
        最近更新 更多