[OPEN] [#906] Ext.Net.MVC: ModelFor method

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [OPEN] [#906] Ext.Net.MVC: ModelFor method

    Hello,

    In Html.X() I see StoreFor and ModelNameFor methods, but ModelFor method is missed. But this method very useful if some model values (e.g. IdProperty) can be changed. For example:

    X.Store(
        .Model(X.ModelFor(m=>m)
            .IdProperty("CustomId")
        )
    )
    Now I don't see any way to set idProperty in StoreFor and have to add model and all model fields.
    Last edited by Daniil; Sep 22, 2015 at 5:20 PM. Reason: [OPEN] [#906]

Similar Threads

  1. Ext.net.Insert Method
    By phuongnv5 in forum 2.x Help
    Replies: 6
    Last Post: Jul 31, 2014, 9:15 AM
  2. Replies: 1
    Last Post: Jul 25, 2011, 9:59 AM
  3. Method confusions
    By jchau in forum Open Discussions
    Replies: 0
    Last Post: May 26, 2009, 12:10 PM
  4. Method Post / Get
    By heysol in forum 1.x Help
    Replies: 2
    Last Post: Mar 30, 2009, 1:16 PM
  5. method call
    By mono in forum 1.x Help
    Replies: 1
    Last Post: Mar 09, 2009, 6:46 AM

Posting Permissions