Tree Property Grid from Model

  1. #1

    Tree Property Grid from Model

    Hi, is it possible to dynamically generate some kind of tree property grid which can be used to fill model data which will be submitted to controller, and if it's possible how?

    For example, if we have User model which includes FirstName, LastName, Age, and Address model where Address model contains Street, Country, etc. to get something like this:

    User
    -
    ---->FirstName
    ---->LastName
    ---->Address
    ------------->Street
    ------------->Country

    Basically any complex type to be extendable, and all simple properties to be editable.
  2. #2
    Hi @LordMX,

    It looks quite a challenging task. I don't think there is something built-in to achieve exactly your requirement with ease.

    The first thing I've thought about is this example:
    http://mvc.ext.net/#/Models/Editor_Template/

    You could make Shipping Address and Billing Address collapsible if needed.

Similar Threads

  1. Replies: 2
    Last Post: Apr 21, 2014, 8:24 AM
  2. Replies: 6
    Last Post: Feb 24, 2014, 10:48 AM
  3. Replies: 5
    Last Post: Sep 03, 2012, 1:38 PM
  4. Replies: 3
    Last Post: Jul 02, 2012, 8:27 AM
  5. how declare property MODEL in ext.net
    By Darkizza in forum 2.x Help
    Replies: 0
    Last Post: May 04, 2012, 2:54 PM

Tags for this Thread

Posting Permissions