Hi,
I want to filter a data manager case insensitive. I have the following line of code:
ej.DataManager(employeesData).executeLocal(ej.Query().where("text", ej.FilterOperators.contains, $("#FilterTextBox").val()))
I want to filter the "text" by $("#FilterTextBox").val().toLowerCase(), but I don't know how to lower case the "text".
Thanks,
Cornel.