This is a migrated thread and some comments may be shown as answers.

set value of raddatepicker using javascript

1 Answer 105 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 28 Aug 2008, 12:48 PM
I posted this earlier today, received a response from telerik and responded back. Now I can't find the thread so here goes again. First of all I'm desperate as I've spent two days trying to solve this. I just want to set the value of a RadDatePicker field to blank or null using javascript when a user clicks a corresponding asp CheckBox.

For ASP controls the following works:

document.getElementById(

'txtInsName').value = '';

In the reply I received earlier, I was told to include a "Register..." statement and then code such as rdDatePicker.clear() would work.

I'm using VB and have not used javascript before with telerik controls.

Thanks

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 28 Aug 2008, 12:56 PM
Hello Joe,

Your previous forum post has been transferred into a support ticket - Ticket ID: 158594. Please answer our questions in the support ticket.

Best wishes,
Paul
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Joe
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or