[1.0] Plugins for Editor Fields for columns of GridPanel are not registered

  1. #1

    [1.0] Plugins for Editor Fields for columns of GridPanel are not registered

    I am not sure if this is a bug. But I have a plugin for DateField. That works perfectly when DateField is used standalone. But when the DateField with the plugin registered in <Plugins> section is used as an editor for a column of the GridPanel, the foolowing script is generated:

    columns:[{dataIndex:"n1",editor:{id:"ctl05",xtype:"datefiel d",plugins:null,format:"n/j/Y"}},......

    Am I doing something wrong, or Plugins cannot be used for GridPanel editor fields??
  2. #2

    RE: [1.0] Plugins for Editor Fields for columns of GridPanel are not registered

    Okay I have verified that this is a bug. I omitted the <Plugins> section for the GridPanel editors, and instead added the required plugins directly in the <CustomConfig> section using "plugins" as the name of the confog item.

    And it works exactly as it should have.
  3. #3

    RE: [1.0] Plugins for Editor Fields for columns of GridPanel are not registered

    Hi,

    Fixed and committed to the SVN

Similar Threads

  1. Replies: 0
    Last Post: Aug 14, 2012, 9:14 AM
  2. [CLOSED] Dynamic Columns and Fields MVC application.
    By romeu in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 27, 2012, 6:23 PM
  3. [CLOSED] Dynamic Columns and Fields MVC application
    By romeu in forum 2.x Legacy Premium Help
    Replies: 10
    Last Post: Feb 27, 2012, 6:08 PM
  4. [CLOSED] GridPanel Dynamic Editor Fields
    By ljcorreia in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: Jan 18, 2010, 2:13 PM
  5. Replies: 4
    Last Post: May 16, 2009, 1:01 PM

Posting Permissions