[OPEN] [#338] 2.2 GridPanel locking text doesn't localize

  1. #1

    [OPEN] [#338] 2.2 GridPanel locking text doesn't localize

    Hi,

    Please see below picture. it's 2.2 screenshot

    Click image for larger version. 

Name:	QQ截图20130903110606.png 
Views:	21 
Size:	9.3 KB 
ID:	6836

    Below is 1.7 screenshot

    Click image for larger version. 

Name:	QQ截图20130903112056.png 
Views:	16 
Size:	7.9 KB 
ID:	6837
    Last edited by Daniil; Sep 04, 2013 at 3:59 AM. Reason: [OPEN] [#338]
  2. #2
    Hi @devil,

    Thank you for the report.

    Reported to Sencha.
    http://www.sencha.com/forum/showthread.php?271214

    For now please use:
    Ext.define("Ext.locale.zh_CN.grid.locking.Lockable", {
        override: "Ext.grid.locking.Lockable",
        lockText: "锁定列",
        unlockText: "解除锁定"
    });
  3. #3
    Thanks @Daniil,

    btw:I ask many times when release 2.3 at http://forums.ext.net/showthread.php...e-2-3-or-2-2-1, do you know it?
  4. #4
    Sorry, it is delayed.

    Though, we hope to release it very soon. Again, sorry, I cannot provide you with a concrete data.
  5. #5
    @Daniil, you don't have to say sorry, I 'm very like Ext.Net, the new 2.x version so cool, but there some bugs, so I hope it release asap, hope this month can be released.
  6. #6
    Thank you for the kind words!

    Sencha opened a ticket.

    We created an Issue to track.
    https://github.com/extnet/Ext.NET/issues/338

    Please use this script to work around the problem for now.
    Ext.grid.locking.Lockable.override({
        lockText: Ext.grid.header.Container.prototype.lockText || Ext.grid.locking.Lockable.prototype.lockText,
        unlockText: Ext.grid.header.Container.prototype.unlockText || Ext.grid.locking.Lockable.prototype.unlockText
    });
    Last edited by Daniil; Sep 04, 2013 at 3:59 AM.

Similar Threads

  1. [CLOSED] Freezing (locking) the top rows in a gridpanel
    By bogc in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 02, 2013, 4:11 AM
  2. Save state of Locking GridPanel
    By sonnh11 in forum 1.x Help
    Replies: 0
    Last Post: May 25, 2012, 8:15 AM
  3. Grouping and locking in a GridPanel
    By sonnh11 in forum 1.x Help
    Replies: 2
    Last Post: Jun 01, 2011, 7:21 AM
  4. Replies: 1
    Last Post: Jul 19, 2010, 3:55 PM
  5. Localize gridpanel fails
    By jortega in forum 1.x Help
    Replies: 2
    Last Post: May 06, 2009, 12:21 PM

Tags for this Thread

Posting Permissions