i have a problem in filtering data of datamanager, as i have a grid and above it there is a multi select dropdown
i wanna filter with the selected option(s) of this dropdown, is it possible?
in case of single value selected , it works perfect, the problem appears in multiselection
filteredActiveData = ej.DataManager(data).executeLocal(ej.Query().where("groups", ej.FilterOperators.equal, itemsObj.option("value"), false));