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
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!