Hello,
In my application I have a kendo filterable datagrid (mode: "row"). The filter works fine but when I try to load the saved options of type date I get the next error :
TypeError: "".toLowerCase is not a function
return ((d.creationDate || '').toLowerCase() == '2015-03-19t23:00:00.000z')
I have defined the type of the field as date correctly.
Do you know what is the problem?
My Kendo version is: v2014.3.1119.
Regards
In my application I have a kendo filterable datagrid (mode: "row"). The filter works fine but when I try to load the saved options of type date I get the next error :
TypeError: "".toLowerCase is not a function
return ((d.creationDate || '').toLowerCase() == '2015-03-19t23:00:00.000z')
I have defined the type of the field as date correctly.
Do you know what is the problem?
My Kendo version is: v2014.3.1119.
Regards