This question is locked. New answers and comments are not allowed.
In my Telerik MVC grid, I'm using AJAX loading data.
There is one column's type is DateTime, and the default validation always fail with error message "The field [field name] must be a number.". I have tried to put in all different type of Datetime format and even just number as the error message, but can not pass the validation.
I have set globalization in site web.config as:
"<system.web>
<globalization culture="en-GB" uiCulture="en-GB"/>
</system.web>".
So , the question will be how to turn off validation for single field in the Grid?
And is there a way to replace with the customized validation?
I have been on this for two days, can not find any solution or article, can somebody please help me out or just point me to some article or tutorial or something.
Thanks a lot.
There is one column's type is DateTime, and the default validation always fail with error message "The field [field name] must be a number.". I have tried to put in all different type of Datetime format and even just number as the error message, but can not pass the validation.
I have set globalization in site web.config as:
"<system.web>
<globalization culture="en-GB" uiCulture="en-GB"/>
</system.web>".
So , the question will be how to turn off validation for single field in the Grid?
And is there a way to replace with the customized validation?
I have been on this for two days, can not find any solution or article, can somebody please help me out or just point me to some article or tutorial or something.
Thanks a lot.