[CLOSED] Json reader Fields property not found in mvc

  1. #1

    [CLOSED] Json reader Fields property not found in mvc

    Hi
    I trying to follow https://examples1.ext.net/#/GridPane...Field_Mapping/ example

    but Fields property not found in mvc,is there any other way to do this?

     @( Html.X().Store()
                        .ID("stormaterialid")
                         
                        .Reader(
                            X.JsonReader()
                            .IDProperty("MaterialID")
                           
                           
                           
    
                                )
                                )
    Last edited by Daniil; Jul 01, 2014 at 2:48 PM. Reason: [CLOSED]
  2. #2
    That sample is for Ext.NET 1.x. You're posting in the Ext.NET 2.x forums.

    The 2.x MVC samples are available at http://mvc.ext.net/

    Hope this helps.
    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] json reader exception
    By hdsoso in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 26, 2014, 5:26 PM
  2. Replies: 8
    Last Post: Dec 03, 2012, 12:31 PM
  3. Replies: 4
    Last Post: Mar 20, 2012, 1:27 PM
  4. [CLOSED] Advanced XML / JSON Reader
    By Immobilmente in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Feb 09, 2010, 5:53 AM
  5. [CLOSED] Passing JSON to Reader
    By Ben in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 02, 2008, 1:38 PM

Posting Permissions