[CLOSED] Type 'Ext.Net.DateColumn' does not have a public property named 'HeaderItems'.

  1. #1

    [CLOSED] Type 'Ext.Net.DateColumn' does not have a public property named 'HeaderItems'.

    Upgrading from 2.x to 4.x, I haven't found anything in breaking changes around "HeaderItems" but appears to be broken?

     
                   <ext2:Column
                        Cls="filtered-column"
                        MinWidth="250"
                        ID="colName"
                        runat="server"
                        Text="Product Name:"
                        DataIndex="TpmModelName_vc">
                        <Renderer Fn="nameRenderer" />
                        <HeaderItems>
                            <ext2:TextField ID="FilterTpmModelName_vc" runat="server">
                                <Listeners>
                                    <Change Handler="applyFilter(this);" Buffer="250" />
                                </Listeners>
                                <Plugins>
                                    <ext2:ClearButton runat="server" />
                                </Plugins>
                            </ext2:TextField>
                        </HeaderItems>
                    </ext2:Column>
    Last edited by fabricio.murta; Jan 04, 2017 at 11:27 PM.
  2. #2
    Hello @rmelancon!

    Seems the breaking changes list for 3.x is missing! But you were not the first to have this question and at some point it were alright.

    Well, this change was introduced in 3.x and Raphael Saldanha even quoted the entry pointing this breaking change in this forum thread:
    - HeaderItems for CommandColumn not defined anymore.

    In short, use Items instead of HeaderItems.

    Hope this helps.
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Thanks for the quick reply. That fixed it.
  4. #4
    Glad it helped, thanks for the feedback!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. Replies: 3
    Last Post: Jan 09, 2014, 5:27 AM
  2. Replies: 0
    Last Post: Nov 12, 2013, 8:08 PM
  3. Replies: 3
    Last Post: Jul 02, 2012, 8:27 AM
  4. Replies: 1
    Last Post: Jan 02, 2012, 5:13 PM
  5. Replies: 1
    Last Post: Feb 22, 2011, 11:25 PM

Posting Permissions