[CLOSED] [#1365] [4.1.0] Missing method-override for passing Collection-items as parameters.

Hybrid View

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

    [CLOSED] [#1365] [4.1.0] Missing method-override for passing Collection-items as parameters.

       var x=Html.X();
    
       // This doesn't work:
       x.NestedList.Store(x.TreeStore());
    
       // Workaround:
       x.NestedList.Store(c => c.Add(x.TreeStore()));
       
       // For the Grid, the Store method works as excepted:
       x.Grid().Store(x.Store());
    I'm not sure if I discovered the same issue on other builder-classes/methods.
    Last edited by Daniil; Aug 10, 2016 at 6:46 PM.
  2. #2
    Hello!

    I believe you forgot the parenthesis on your samples for NestedList?

    Anyway, thanks for the report, we'll review this! Logged as #1365 on our issues tracker!
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Hello @sveins12,

    The builder override applying a TreeStore instance has been added. That will be included into the next release or you can grab it right away from GitHub.

    Thank you for the request and interest in Ext.NET Mobile.

Similar Threads

  1. [CLOSED] RowSelectionModel passing parameters in v3
    By jmilton in forum 3.x Legacy Premium Help
    Replies: 2
    Last Post: May 12, 2015, 7:06 PM
  2. Replies: 3
    Last Post: Jun 03, 2014, 1:11 PM
  3. Passing parameters in UserControlLoader
    By maxdiable in forum 2.x Help
    Replies: 1
    Last Post: Aug 26, 2013, 6:06 PM
  4. Passing parameters - UserControlLoader
    By ontiv in forum 2.x Help
    Replies: 1
    Last Post: Jul 09, 2013, 5:52 AM
  5. [CLOSED] OnBeforeStoreChanged and the Parameters collection.
    By tdracz in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 05, 2009, 8:30 AM

Posting Permissions