The property 'Items' cannot be setted in declarative mode

Hybrid View

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

    The property 'Items' cannot be setted in declarative mode

    Hi,

    in many examples on your web site in the Panel or FormPanel object is used the tag property Items

     <ext:FormPanel 
                ID="UserForm" 
                runat="server"
                Icon="User"
                Frame="true"
                LabelAlign="Right"
                Title="User -- All fields are required"
                Width="500">
                <Items>
    
    
    
    	    .......
    
    
    	    </Items>

    The problem is that when I try to compile the web site I obtain the following error message



    The property 'Items' cannot be setted in declarative mode



  2. #2

    RE: The property 'Items' cannot be setted in declarative mode

    Hi,

    What version do you use? Items collection can be used in the 1.0 version only (Ext.Net - http://forums.ext.net/showthread.php...30294-7-1.aspx)
  3. #3

    RE: The property 'Items' cannot be setted in declarative mode

    Hi Vladimir,

    thank you.


    best regards


    PL




Similar Threads

  1. Replies: 1
    Last Post: Apr 30, 2012, 7:34 AM
  2. [CLOSED] ext:Panel with Items and Loader (mixed mode)
    By supera in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 24, 2012, 2:45 PM
  3. Replies: 8
    Last Post: Nov 28, 2011, 9:25 AM
  4. Replies: 5
    Last Post: Mar 05, 2010, 3:15 PM
  5. [CLOSED] [1.0] error: Can't find the property 'Items' in class 'Label'
    By PoloTheMonk in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 05, 2010, 7:07 AM

Posting Permissions