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

Threaded 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.

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