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

How to acces other controls inside Advanced Insert Form ??

2 Answers 108 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Pierre
Top achievements
Rank 1
Pierre asked on 26 Sep 2016, 01:52 PM

Hello,

 

Inside a RadScheduler (ID= "Radscheduler1")

I have a RadComboBox (ID="acbProjet") with an 'OnSelectedIndexChanged' Inside Advanced Insert Form.

I have also an other RadDropDownList (ID="RadDropDownListTypeHeure") depending on the choice of the RadComboBox.

        protected void acbProjet_SelectedIndexChanged(object sender, RadComboBoxSelectedIndexChangedEventArgs e)
        {
          // ??? RadDropDownList rddl = (RadDropDownList) RadScheduler.FindControl("RadDropDownListTypeHeure");
          // ??? RadDropDownListTypeHeure = (RadComboBox)e.Container.FindControl("RadDropDownListTypeHeure");
        }

 

HOW can i access the RadDropDownList for update the datasource ?

THANK you for your HELP

 

 

2 Answers, 1 is accepted

Sort by
0
Pierre
Top achievements
Rank 1
answered on 26 Sep 2016, 03:17 PM

And same difficulty in a RadGrid in the EditForm : How access the control DropDownList when another control in the EditForm change ?

Thanks

0
Peter Milchev
Telerik team
answered on 29 Sep 2016, 11:56 AM
Hello Pierre,

I would suggest reviewing the following resources regarding the RadScheduler: As for the RadGrid:
Regards,
Peter Milchev
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Scheduler
Asked by
Pierre
Top achievements
Rank 1
Answers by
Pierre
Top achievements
Rank 1
Peter Milchev
Telerik team
Share this question
or