Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi
I need help, I have a DatePicker in my web form, I assign the value on the client side and after postback the value is lost.
In try put RadDatePicker inside the update panel and this not fix the problem.
Regards
<
telerik:RadDatePicker
ID
=
"RadDatePicker1"
runat
"server"
>
</
telerik:RadButton
"RadButton1"
Text
"PostBack"
<script type=
"text/javascript"
function
pageLoad() {
var
datepicker = $find(
"<%=RadDatePicker1.ClientID %>"
);
datepicker._dateInput.set_value(
"20/12/13"
}
</script>