At clientside, I need to reference some RadInputControls. The page opens in a RadWindow, and contains a formview which again contains the controls.
How do I do this in JavaScript? I need to reference the controls from the page that opens in the window - not the parent page.
Thanks in advance...
1 Answer, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 11 May 2009, 08:04 AM
Hi aspliid,
This task is not related to the RadWindow control - the RadWindow is simply a container that displays a content page.
In scenario like yours, since you are using ASP.NET AJAX, I suggest to use the ASP.NET AJAX $find() method. More info on the subject is available in various resources on the Net - for example you could check this one:
http://mattberseth.com/blog/2007/08/the_everuseful_get_and_find_as.html