jQWidgets Forums

jQuery UI Widgets Forums Grid Localization

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 11 years, 10 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Localization Posts
  • Localization #21985

    lineker
    Participant

    Hi,

    At grid, is there option to localize the word ‘Loading’ which is displayed when updatebounddata method is invoked?

    Localization #21989

    Peter Stoev
    Keymaster

    Hi,

    You can use the “loadtext” field of the localization object.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Localization #22056

    lineker
    Participant

    Hi Peter,

    I used both of them below but it did not work

    localizationobj.loadtext = “Yüklüyor”;
    localizationobj.loadtextstring = “Yüklüyor”;

    Localization #22083

    Peter Stoev
    Keymaster

    Hi,

    We will investigate that. In addition, you can disable the default load element built from the Grid by setting the “showdefaultloadelement” property to false during the Grid’s initialization. Then you can add custom Load element by editing the jqx-grid-load CSS class in the jqx.base.css file.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.