jQWidgets Forums

jQuery UI Widgets Forums Grid No data to display

This topic contains 2 replies, has 2 voices, and was last updated by  claudegel 10 years, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • No data to display #68146

    claudegel
    Participant

    When the grid is empty there is a text saying No data to display. How can I change it to french. Where is the parameter for that

    No data to display #68150

    Peter Stoev
    Keymaster

    Hi claudegel,

    Each string can be localized. I suggest you to look at the Grid’s Localization demo and also the help topic about Grid Localization on the Documentation page.

    Best Regards,
    Peter Stoev

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

    No data to display #68164

    claudegel
    Participant

    Thanks,

    var localizationobj = {};
    localizationobj.emptydatastring = “Aucune donnée disponible”;
    $(“#jqxgrid”).jqxGrid(‘localizestrings’, localizationobj);

    work great.

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

You must be logged in to reply to this topic.