Hello,
I would like to hide/show a filter input for a mobile list view dynamically (in JS). I have succeeded it using $("#myMobileListView").getKendoMobileListView()._filter._clearFilter();
and hiding/showing the element with ".km-filter-form" class. Is there any bettter way using public methods?
Thanks,