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

raddatepicker popupbutton required

1 Answer 35 Views
DatePicker
This is a migrated thread and some comments may be shown as answers.
ashishpandey21jan
Top achievements
Rank 1
ashishpandey21jan asked on 17 Oct 2015, 12:28 PM

We are using telerik old version which was using dll of rad controls.Now we are upgrading these controls to latest version of telerik and getting more code issue which was not working .

My following code is not working , So please let us know How we can fixed this issue.

raddatepicker 1.PopupButton.Attributes["onclick"] = "PopupUpdating(\"" + raddatepicker1 .ClientID + "\");";​

here error is :raddatepicker  has no definition of PopupButton

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 19 Oct 2015, 01:43 PM
Hi,

Change your code like this:

raddatepicker 1.DatePopupButton.Attributes["onclick"] = "PopupUpdating(\"" + raddatepicker1 .ClientID + "\");";​


Regards,
Maria Ilieva
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
DatePicker
Asked by
ashishpandey21jan
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or