[CLOSED] Error adding DirectEvent to columnmodel

  1. #1

    [CLOSED] Error adding DirectEvent to columnmodel

    hi,

    I am trying to add a DirectEvent to the ColumnModel of a Dynamic GridPanel, but i keep getting Javascript error "missing } after property list". Please see attached sample for error.


  2. #2

    RE: [CLOSED] Error adding DirectEvent to columnmodel

    Hi,

    Please remove semicolumn at the end of the Value of the extra parameter
  3. #3

    RE: [CLOSED] Error adding DirectEvent to columnmodel

    Hi,

    One other thing, the WidthChange event is not firing. I have the hiddenchange and the columnMoved events working. Please shed some light.
  4. #4

    RE: [CLOSED] Error adding DirectEvent to columnmodel

    Hi,

    WidthChange fires when the width of a column is programmaticially changed using setColumnWidth. Note internal resizing suppresses the event from firing.


    Use GridPanel's ColumnResize event
  5. #5

    RE: [CLOSED] Error adding DirectEvent to columnmodel

    Hi,

    I am not seeing a columnresized event on the GridPanel. I checked the Gridpanel and the column model.
  6. #6

    RE: [CLOSED] Error adding DirectEvent to columnmodel

    Hi,

    Please check again, it is presented. It is GridPanel event (not ColumnModel)
    <ext:GridPanel ... ><Listeners><ColumnResize...
  7. #7

    RE: [CLOSED] Error adding DirectEvent to columnmodel

    hi,

    Thank you, i was still checking the column model

Similar Threads

  1. Replies: 4
    Last Post: Apr 24, 2012, 11:59 AM
  2. [CLOSED] Adding Checkboxes to Check Group in DirectEvent
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 17, 2011, 4:50 PM
  3. [CLOSED] Adding A Menu Item with a DirectEvent from a Page_Load
    By dmoore in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jun 28, 2011, 4:27 PM
  4. [CLOSED] Adding a button directevent in a directevent method
    By ogokgol in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 31, 2011, 10:29 AM
  5. [CLOSED] [1.0] Adding AsyncTreeNode via DirectEvent
    By danielg in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Apr 27, 2010, 1:27 PM

Posting Permissions