Problems reproducing Ext.net examples

  1. #1

    Problems reproducing Ext.net examples

    I am trying to reproduce the GridPanel example(https://examples1.ext.net/#/GridPanel/ArrayGrid/Simple/) but I got the following error message:

    Type 'Ext.Net.Store' does not have a public property named 'Model'.

    Source Error:

    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>
    Can anyone help?

    Thanks.
  2. #2
    Hi,

    We're mid-release, and there's a separate Examples Explorer for v1.x and v2.x builds.

    Ext.NET v1.x --> https://examples1.ext.net/

    Ext.NET v2.x --> https://examples2.ext.net/

    If you change your sample to use the code from https://examples1.ext.net/#/GridPanel/ArrayGrid/Simple/ it should work.

    Hope this helps.
    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] TabBar Config examples in Examples Explorer not working
    By anup in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 26, 2012, 9:32 AM
  2. Replies: 7
    Last Post: Mar 22, 2012, 1:00 PM
  3. mvc.ext.net examples
    By vs.mukesh in forum 1.x Help
    Replies: 0
    Last Post: Jun 09, 2010, 1:47 PM
  4. examples @ examples.ext.net giving error
    By Amar in forum 1.x Help
    Replies: 2
    Last Post: Jun 08, 2010, 4:18 AM
  5. Problems displaying examples
    By welberger in forum Examples and Extras
    Replies: 2
    Last Post: Nov 30, 2009, 9:08 AM

Tags for this Thread

Posting Permissions