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

RadDateTimeEditor Calendar Element Access

1 Answer 81 Views
Calendar, DateTimePicker, TimePicker and Clock
This is a migrated thread and some comments may be shown as answers.
Arul S V
Top achievements
Rank 1
Arul S V asked on 01 Sep 2010, 07:18 PM
Solution:

RadDateTimeEditor

 

 

dte = new RadDateTimeEditor();  

 

((

 

RadDateTimeEditorElement)((RadDateTimeEditor)dte).EditorElement).Opened += new EventHandler(SelectDateRange_Opened);  

 

 


private 

 

 

void SelectDateRange_Opened(object sender, EventArgs e)  

 

 

{

 

RadDateTimePickerBehaviorDirector

 

 

behavior = ((RadDateTimePickerElement)(sender)).GetCurrentBehavior();  

 

 

((

 

RadDateTimePickerCalendar)behavior).Calendar.ClearButton.Visibility = ElementVisibility.Hidden; 

 

 

}

 

1 Answer, 1 is accepted

Sort by
0
Dobry Zranchev
Telerik team
answered on 03 Sep 2010, 11:44 AM
Hi Arul S V,

Hi Arul S V,

We will address your current quesion(s) as soon as we receive the information we requested in the "Tab Key Is Not Working For RadGridView Cell Element (Q1 2010 SP2)" ticket (ID327064).

Thank you for the understanding. We will be expecting your reply.


Best wishes,
Dobry Zranchev
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
Calendar, DateTimePicker, TimePicker and Clock
Asked by
Arul S V
Top achievements
Rank 1
Answers by
Dobry Zranchev
Telerik team
Share this question
or