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

RadDockLayout and RadDocZone controls

1 Answer 47 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Chandan Kumar
Top achievements
Rank 1
Chandan Kumar asked on 24 Sep 2010, 08:36 AM
Hello Sir,

I have a aspx page with RadDockLayout and RadDocZone controls on it. Inside RadDoczone i have used a ascx Control. There is a dropdownControl on Aspx page. When i am trying to access that dropdowncontrol in Ascx page through
this.Parent.FindControl("ddlProviders") as DropDownList, its getting null but when i places this ascx file outside RadDocZone its working fine.

Please provide a solution to this problem.

Thanks & Regards,
Chandan Kumar

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 29 Sep 2010, 12:49 PM
Hi Chandan Kumar,

Please try the following syntax:

RadDock1.ContentContainer.FindControl("ddlProviders") as DropDownList


Best regards,
Rumen
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
Dock
Asked by
Chandan Kumar
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or