This question is locked. New answers and comments are not allowed.
Hello,
I'm having problems with the datepicker on the grid filter:
I have a column with date with format ("dd/MM/yyyy"). On filter popup, datepicker shows date correctly, ("dd/MM/yyyy") but filtering is applying format ("MM/dd/yyyy"). I'm using " Html.Telerik().ScriptRegistrar().Globalization(true); " to localize controls (Spanish localization by default). This works fine, all controls shows the correct values, but filter not. It use default format to apply the filter ("MM/dd/yyyy"). If I enter values manually on datepicker textbox and enter a date with "MM/dd/yyyy" format, filter works. Why it doesn't work with globalization?
Thanks.
P.D.: Sorry, my English is not perfect
I'm having problems with the datepicker on the grid filter:
I have a column with date with format ("dd/MM/yyyy"). On filter popup, datepicker shows date correctly, ("dd/MM/yyyy") but filtering is applying format ("MM/dd/yyyy"). I'm using " Html.Telerik().ScriptRegistrar().Globalization(true); " to localize controls (Spanish localization by default). This works fine, all controls shows the correct values, but filter not. It use default format to apply the filter ("MM/dd/yyyy"). If I enter values manually on datepicker textbox and enter a date with "MM/dd/yyyy" format, filter works. Why it doesn't work with globalization?
Thanks.
P.D.: Sorry, my English is not perfect