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

ToggleStateChanged

5 Answers 152 Views
Calendar, DateTimePicker, TimePicker and Clock
This is a migrated thread and some comments may be shown as answers.
Ralph
Top achievements
Rank 2
Ralph asked on 28 Jan 2008, 02:15 PM
Hi

1. I need to know how I can access the ToggleStateChanged event of the RadCheckBox inside the RadDateTimePicker?  I currently have to use the Leave event because the Click event returns the incorrect state of the Checked property (it returns true for e.g. even though I have unchecked the checkbox).

2. Also, by setting the Checked property to fales during form load, the RadDateTimePicker still has the checkbox checked, any ideas?

Kind regards

Ralph

5 Answers, 1 is accepted

Sort by
0
Boyko Markov
Telerik team
answered on 29 Jan 2008, 12:59 PM
Hi Ralph,

1) To access the checkBox in the DateTimePicker you should do the following:

RadCheckBoxElement checkBox = this.radDateTimePicker1.DateTimePickerElement.Children[1].Children[0] as RadCheckBoxElement;

2) It is not normal behavior and the checkBox should be unchecked, so this is a bug, which we will fix soon.

If you have any other questions please write me back. We have updated your Telerik points as well.

Greetings,
Boyko Markov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Ralph
Top achievements
Rank 2
answered on 29 Jan 2008, 01:49 PM
Hi Boyko

Thanks for getting back to me in this regard.

When is this build scheduled for release?

Kind regards

Ralph

0
Boyko Markov
Telerik team
answered on 31 Jan 2008, 06:07 PM
Hi Ralph,

Thank you for writing.

We have a service pack scheduled for next week. I think the bug with the Checked property will be fixed till then.


Sincerely yours,
Boyko Markov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Mark St Clair
Top achievements
Rank 1
answered on 04 Feb 2008, 08:24 AM
Do u perhaps have a link to where we can download this service pack?
0
Vassil Petev
Telerik team
answered on 04 Feb 2008, 03:54 PM
Hello Mark St Clair,

The service pack is not available yet, but will be by the end of the week. You will be able to download it from your Client.net account --> My Licenses.


Regards,
Vassil
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Calendar, DateTimePicker, TimePicker and Clock
Asked by
Ralph
Top achievements
Rank 2
Answers by
Boyko Markov
Telerik team
Ralph
Top achievements
Rank 2
Mark St Clair
Top achievements
Rank 1
Vassil Petev
Telerik team
Share this question
or