[CLOSED] Field of Store in Menu with ContextMenu GridPanel and Column Hidden true

  1. #1

    [CLOSED] Field of Store in Menu with ContextMenu GridPanel and Column Hidden true

    Last edited by Daniil; Aug 20, 2013 at 9:15 AM. Reason: [CLOSED]
  2. #2
    Hi @osef,

    A ModelField might be not used in any Column at all, but it should be still available via "record.data".

    Since the ID field is Int, please try to replace:
    this.parentMenu.dataRecord.data.ID
    with
    this.parentMenu.dataRecord.data.ID.toString();
    Also a minor enhancement. Replace
    #{mCitas}.dataRecord = this.store.getAt(index);
    with
    #{mCitas}.dataRecord = record;

Similar Threads

  1. Replies: 0
    Last Post: Feb 28, 2012, 2:15 PM
  2. Replies: 2
    Last Post: Feb 22, 2012, 4:16 PM
  3. [CLOSED] Render gridpanel column depending on value other field store
    By CarWise in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 21, 2010, 2:50 PM
  4. Replies: 0
    Last Post: May 04, 2010, 7:08 AM
  5. Replies: 3
    Last Post: Aug 15, 2009, 2:55 PM

Tags for this Thread

Posting Permissions