RowEditor plugin and resizing columns

  1. #1
    Hi,

    The fix that you mentioned was built in Ext.Net, but, unfortunately, it doesn't work in all cases.

    So, this is still a problem. I should say that the related sencha's bugs tickets are still opened.
    http://www.sencha.com/forum/showthread.php?92140
    http://www.sencha.com/forum/showthread.php?94214

    Our bug ticket is here:
    https://extnet.lighthouseapp.com/pro...ugs/tickets/15
  2. #2

    RowEditor plugin and resizing columns

    Hi, your demo for the rowEditor plugin:

    https://examples1.ext.net/#/GridPane...ins/RowEditor/

    If you resize one of the columns and re-open the editor it shows nothing....

    I've found a previous thread on this with a suggested fix from 2010 by adding the following scripts to the page:
         Ext.onReady(function () 
        {
            #{grid}.un("columnresize", #{rowEditor}.verifyLayout, #{rowEditor});
            #{grid}.on("columnresize", #{rowEditor}.refreshFields, #{rowEditor});
        })
    However this has no effect on my grid and doesn't solve the issue.

    IS this the suggested fix? Is there a newer solution?
    Last edited by Daniil; Mar 15, 2011 at 8:40 AM. Reason: Please use [CODE] tags

Similar Threads

  1. [CLOSED] [1.0] RowEditor Resizing
    By alliedwallet.com in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Feb 29, 2012, 12:26 PM
  2. RowEditor Plugin for GridPanel
    By bright in forum 1.x Help
    Replies: 0
    Last Post: Feb 17, 2012, 3:04 PM
  3. how to update data using ext RowEditor plugin
    By reezvi in forum 1.x Help
    Replies: 27
    Last Post: Nov 17, 2011, 5:50 AM
  4. Replies: 13
    Last Post: Jun 07, 2011, 5:45 AM
  5. Replies: 7
    Last Post: Dec 15, 2010, 3:11 PM

Tags for this Thread

Posting Permissions