[CLOSED] [1.0] LayoutColumn is not recognized after upgrading to version 1.0

  1. #1

    [CLOSED] [1.0] LayoutColumn is not recognized after upgrading to version 1.0

    Hi,

    LayoutColumn is not recognized after upgrading to version 1.0

    Here is the code:

    <ext:FormPanel 
        ID="FormPanelGroupFilters" 
        runat="server" 
        BodyStyle="padding:5px;" 
        ButtonAlign="Right"
        Frame="true" 
        Title="Filters" 
        Height="80px" 
        AutoWidth="true">
        <Content>
            <ext:ColumnLayout ID="ColumnLayout3" runat="server">
                <ext:LayoutColumn ColumnWidth=".25">
  2. #2

    RE: [CLOSED] [1.0] LayoutColumn is not recognized after upgrading to version 1.0

    Please add <ext:LayoutColumn> inside a <Columns> inner property.

    I think there's a note regarding this change in the CHANGELOG.txt... as well, intellisense will give the answer to your question.


    Hope this helps.


    Geoffrey McGill
    Founder

Similar Threads

  1. New Calendar Component not recognized
    By Fabrizio in forum 1.x Help
    Replies: 3
    Last Post: Oct 28, 2010, 4:59 PM
  2. AjaxEvents not recognized
    By Jeevaraj K in forum 1.x Help
    Replies: 5
    Last Post: Jun 28, 2010, 10:34 AM
  3. [CLOSED] The controls are not recognized after upgrading to version 1.0
    By flormariafr in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jan 26, 2010, 12:25 PM
  4. Vs2010 Beta 2: "ext not recognized"
    By fabiomarcos in forum 1.x Help
    Replies: 5
    Last Post: Dec 03, 2009, 5:27 AM
  5. [CLOSED] LayoutColumn.Width missing?
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Oct 26, 2009, 1:24 PM

Posting Permissions