Hi
i use the raddateimout obeject in page aspx.
this is my code:
but i've two problems.
1) when i write into raddateinput for example 01122012 or 01/12/2012 and i press button tab keyboard, the radcontrol change the dimension and dont format date
2) when I save the data in the database, the value wtrire into radcontrol dont see, i see only emptymessage.
why?
i use the raddateimout obeject in page aspx.
this is my code:
<
telerik:RadDateInput
ID
=
"Datanascita"
Runat
=
"server"
DateFormat
=
"dd/MM/yyyy"
DisplayDateFormat
=
"dd/MM/yyyy"
EmptyMessage
=
"Data nascita (es. 01/01/2000)"
Skin
=
""
Width
=
"200"
Font-Italic
=
"True"
Font-Names
=
"Verdana"
Height
=
"22px"
>
<
EmptyMessageStyle
ForeColor
=
"Gray"
Font-Italic
=
"True"
Font-Names
=
"Verdana"
/>
<
HoveredStyle
Font-Italic
=
"True"
Font-Names
=
"Verdana"
ForeColor
=
"#993300"
/>
</
telerik:RadDateInput
>
but i've two problems.
1) when i write into raddateinput for example 01122012 or 01/12/2012 and i press button tab keyboard, the radcontrol change the dimension and dont format date
2) when I save the data in the database, the value wtrire into radcontrol dont see, i see only emptymessage.
why?