jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: globalization globalization #19463

    patouf89
    Member

    hi Peter,
    does it mean that for every language, we need to translate words, date, etc by ourselves ??
    cannot we just set one of the grid parameter, like ‘localization’ to ‘fr-FR’ for example to make it translated automatically ??

    thanks,

    Martin

    in reply to: Date Filtering Column Date Filtering Column #19277

    patouf89
    Member

    you should use this method which gives you informations about applied filters:

    var filtersinfo = $('#jqxGrid').jqxGrid('getfilterinformation');

    or either you could check by using a loop on each date column if any of them is filtered and then use the “removefilter” method .
    hope this helps!

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