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

  1. #1

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

    I used this example https://examples1.ext.net/#/GridPane...Row_Selection/

    even I copy paste the same content I am getting the error as I mentioned. This is the screen shot of my design..

    Click image for larger version. 

Name:	error.png 
Views:	151 
Size:	4.3 KB 
ID:	3925Click image for larger version. 

Name:	errorlist.png 
Views:	347 
Size:	18.3 KB 
ID:	3926
  2. #2
    Hi,

    What Ext.NET sources do you use? I guess Ext.NET v1.

    If so, please refer to these examples:
    https://examples1.ext.net/#/GridPane...Row_Selection/

    We have just moved Ext.NET v2 Examples Explorer to:
    https://examples1.ext.net
  3. #3

    Thanks

    Thanks Danill..
  4. #4
    Quote Originally Posted by Dorababu View Post
    I used this example https://examples1.ext.net/#/GridPane...Row_Selection/

    even I copy paste the same content I am getting the error as I mentioned. This is the screen shot of my design..

    Click image for larger version. 

Name:	error.png 
Views:	151 
Size:	4.3 KB 
ID:	3925Click image for larger version. 

Name:	errorlist.png 
Views:	347 
Size:	18.3 KB 
ID:	3926
    Hi you can use <reader></reader>

    For examlpe
    <Reader>
                    <ext:JsonReader IDProperty ="UserID"> 
                        <Fields>
                            
                            <ext:RecordField Name="USER_ID" />
                            <ext:RecordField Name="FULL_NAME"  />
                            <ext:RecordField Name="PSW" />
                            <ext:RecordField Name="USER_ROLE" />
                            <ext:RecordField Name="FUND_NAME" />
                            <ext:RecordField Name="ACTIVE_FLG" />
                            <ext:RecordField Name="EmailId" />
                            
                        </Fields>
                    </ext:JsonReader>
                </Reader>
    Last edited by Daniil; Jul 02, 2012 at 11:30 AM. Reason: Please use [CODE] tags

Similar Threads

  1. Ext.NET.Store property "Model"
    By Simon Page in forum 2.x Help
    Replies: 1
    Last Post: Jun 23, 2012, 6:41 PM
  2. how declare property MODEL in ext.net
    By Darkizza in forum 2.x Help
    Replies: 0
    Last Post: May 04, 2012, 2:54 PM
  3. Replies: 1
    Last Post: Jan 02, 2012, 5:13 PM
  4. Replies: 1
    Last Post: Feb 22, 2011, 11:25 PM
  5. [CLOSED] Render property of type List<T> in GridPanel column
    By martin.mosimann in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 08, 2011, 4:16 PM

Posting Permissions