[CLOSED] HeaderItems for CommandColumn not defined anymore

  1. #1

    [CLOSED] HeaderItems for CommandColumn not defined anymore

    the following code shows me an error that HeaderItems is no more defined in Ext.Net.CommandColumn.
    is there an alternative in 3.0 ??

    Ext.Net.CommandColumn commandClnEdit = new Ext.Net.CommandColumn()
                                {
                                    Resizable = false,
                                    ID = "clnEdit"
    
                                };
    
    Ext.Net.Button clrBtn = new Ext.Net.Button()
                                {
                                    ID = "clearFilterButton",
                                    Icon = Icon.Cancel
                                };
    
    
    commandClnEdit.HeaderItems.Add(clrBtn);

    thank you
    Last edited by Daniil; Jan 21, 2015 at 1:01 PM. Reason: [CLOSED]
  2. #2
    Take a look on item 23: https://examples3.ext.net/#/Getting_...AKING_CHANGES/

    [EXTJS] Now the ColumnBase class inherits the AbstractContainer class,
    instead of ComponentBase.
    The .HeaderItems property has been removed. Please use .Items.
  3. #3
    FpNetWorth, can this thread be marked as closed?

Similar Threads

  1. aligning headeritems in gridpanel column
    By sharmav1 in forum 1.x Help
    Replies: 2
    Last Post: Jan 26, 2015, 7:10 AM
  2. [CLOSED] Column Header Group w/Filter in HeaderItems
    By jwhitmire36 in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 22, 2014, 5:19 AM
  3. [CLOSED] how to align HeaderItems ?
    By tobros in forum 2.x Legacy Premium Help
    Replies: 15
    Last Post: Jul 15, 2013, 5:16 AM
  4. [2.0]Performance of grid headeritems.
    By howardyin in forum 2.x Help
    Replies: 0
    Last Post: Oct 30, 2012, 8:38 AM

Tags for this Thread

Posting Permissions