[CLOSED] Overriding existing mapping: 'plugin.rowexpander' From 'Ext.grid.plugin.RowExpander' to 'Ext.ux.RowExpander'.

  1. #1

    [CLOSED] Overriding existing mapping: 'plugin.rowexpander' From 'Ext.grid.plugin.RowExpander' to 'Ext.ux.RowExpander'.

    Low priority thread - just to confirm that everything is fine

    Hi,

    I am getting following warning:

    Overriding existing mapping: 'plugin.rowexpander' From 'Ext.grid.plugin.RowExpander' to 'Ext.ux.RowExpander'. Is this intentional?

    The warning is displayed only in debug mode when GridPanel is present.

    <%@ Page Language="C#" %>
    <!DOCTYPE html>
    
    <html>
    <head runat="server">
        <title>Ext.NET v3 Example</title>
        <script>
    
        </script>
    </head>
    <body>
        <form runat="server">
            <ext:ResourceManager 
                runat="server" 
                ScriptMode="Debug"/>
    
            <ext:GridPanel runat="server" />
        </form>
    </body>
    </html>

    Can I assume that was intentional ?

    Thank you,
    Last edited by Daniil; Jan 18, 2015 at 5:04 PM. Reason: [CLOSED]
  2. #2
    Hi Matt,

    Yes, please don't worry, this is intentional.

    Though, this message also annoyed me before the moment when... I just stopped noticed that message:)

    I will discuss with my colleague, maybe, we can use another alias to avoid this message.
  3. #3
    We have agreed to rename. Locally I renamed and added this breaking change item.

    2. The RowExpander's "rowexpander" PType (the plugin alias in Javascript)
    has been renamed to "netrowexpander". The "Ext.ux.RowExpander" InstaceOf
    (the name of JavaScript class) has been renamed to "Ext.net.RowExpander".
    This breaking change is only relevant if you use a RowExpander in
    JavaScript directly. If you use the server RowExpander class, you don't
    need to change anything.
    I will be committing all the changes to SVN soon. There will be no that warning message anymore.
  4. #4
    The changes have been committed to the SVN trunk with ExtJS 5.1.0 update.
  5. #5
    I confirm, the warning is gone. Thanks

Similar Threads

  1. [CLOSED] load grid inside RowExpander Plugin
    By matrixwebtech in forum 2.x Legacy Premium Help
    Replies: 18
    Last Post: Dec 10, 2014, 9:31 AM
  2. [CLOSED] grid with rowexpander and celledit plugin
    By elke.schreiber in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 11, 2013, 12:21 PM
  3. [CLOSED] GridPanel RowExpander Plugin
    By softmachine2011 in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 21, 2012, 6:32 AM
  4. [CLOSED] RowExpander Plugin for Grid
    By craig2005 in forum 1.x Legacy Premium Help
    Replies: 16
    Last Post: Jul 14, 2011, 2:48 PM
  5. [CLOSED] Locking Grid with RowExpander plugin
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 23, 2011, 2:37 PM

Posting Permissions