hi all
is it possible to set inputs like datepickers when we write wrong date format? i would like to have that nice exclamation when validating input e.g. using RequiredFieldValidator
3 Answers, 1 is accepted
0
Dimo
Telerik team
answered on 08 Sep 2009, 12:40 PM
Hello Milosz,
The desired functionality is supported only with asp:CustomValidators. You need to do some Javascript coding as well:
The above example is with RadInput textboxes. The RadDatePicker uses internally a RadDateInput textbox, which can be referenced with this client method:
ok thanks for that link, i just want to set invalidstyle for all controls in my form (RadNumericTextBox, RadTextbox) the same as in RadDatePicker (RadDateInput) when field is required.