jQWidgets Forums

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Localization Localization #3350

    zibotaz
    Member

    It’s work fine

    Thanks

    Steve

    in reply to: Localization Localization #3346

    zibotaz
    Member

    I use the same code in the demo file bindingtojson.htm and i have the previous problem :

    the four labels :

    localizationobj.pagergotopagestring = “Gehe zu:”;
    localizationobj.pagershowrowsstring = “Zeige Zeile:”;
    localizationobj.pagernextbuttonstring = “voriger”;
    localizationobj.pagerpreviousbuttonstring = “nächster”;

    don’t work and

    localizationobj.pagerrangestring = ” von “;
    localizationobj.sortascendingstring = “Sortiere aufsteigend”;
    localizationobj.sortdescendingstring = “Sortiere absteigend”;
    localizationobj.sortremovestring = “Entferne Sortierung”;

    work.

    Maybe it’s append only when source type is json ???

    Steve

    in reply to: Localization Localization #3343

    zibotaz
    Member

    Thanks,

    but the fourlabels :

    localizationobj.pagergotopagestring = “Gehe zu:”;
    localizationobj.pagershowrowsstring = “Zeige Zeile:”;
    localizationobj.pagernextbuttonstring = “voriger”;
    localizationobj.pagerpreviousbuttonstring = “nächster”;

    don’t work and

    localizationobj.pagerrangestring = ” von “;
    localizationobj.sortascendingstring = “Sortiere aufsteigend”;
    localizationobj.sortdescendingstring = “Sortiere absteigend”;
    localizationobj.sortremovestring = “Entferne Sortierung”;

    work

    Steve

    in reply to: Localization Localization #3341

    zibotaz
    Member

    I’m sorry but your solution don’t run.

    I’have no error but nothing appends all text stay in english.

    Steve

    in reply to: Localization Localization #3339

    zibotaz
    Member

    The same problem append with the demo file : rowdetails.htm

    Steve

    in reply to: Localization Localization #3338

    zibotaz
    Member

    Hello,

    I have just added the code :
    var localizationobj = {};
    localizationobj.pagergotopagestring = “Gehe zu:”;
    localizationobj.pagershowrowsstring = “Zeige Zeile:”;
    localizationobj.pagerrangestring = ” von “;
    localizationobj.pagernextbuttonstring = “voriger”;
    localizationobj.pagerpreviousbuttonstring = “nächster”;
    localizationobj.sortascendingstring = “Sortiere aufsteigend”;
    localizationobj.sortdescendingstring = “Sortiere absteigend”;
    localizationobj.sortremovestring = “Entferne Sortierung”;
    // apply localization.
    $(“#jqxgrid”).jqxGrid(‘localizestrings’, localizationobj);

    in the function : $(“#jqxgrid”).bind(“bindingcomplete”, function() {
    of the demo : nestedgrids.htm

    and i have :

    the javascript error : (line: 7) Impossible the value of the property « visiblerecords » : object null or undefined

    And all the lines of my grid are empty.

    When i sort a column all the lines of my grid are complete.

    Regards,

    Steve

    in reply to: Localization Localization #3311

    zibotaz
    Member

    When i use this code with the 2.0 version :
    $(“#jqxgrid”).bind(“bindingcomplete”, function (event) {
    var localizationobj = {};
    localizationobj.pagergotopagestring = “Gehe zu:”;
    localizationobj.pagershowrowsstring = “Zeige Zeile:”;
    localizationobj.pagerrangestring = ” von “;
    localizationobj.pagernextbuttonstring = “voriger”;
    localizationobj.pagerpreviousbuttonstring = “nächster”;
    localizationobj.sortascendingstring = “Sortiere aufsteigend”;
    localizationobj.sortdescendingstring = “Sortiere absteigend”;
    localizationobj.sortremovestring = “Entferne Sortierung”;
    // apply localization.
    $(“#jqxgrid”).jqxGrid(‘localizestrings’, localizationobj);
    });

    line: 7
    I have the javascript error : Impossible the value of the property « visiblerecords » : object null or undefined

    And all the lines of my grid are empty.

    Why ??

    Steve

    in reply to: Filtering time Filtering time #3307

    zibotaz
    Member

    Hello,

    I download the new version of jqwidget 2.0 but i don’t see anythong about time filtering. Column type can be “time” and it is possible to filter time column ?

    Thanks,

    Steve

    in reply to: Filtering time Filtering time #3212

    zibotaz
    Member

    Thanks

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