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

Getting a control inside of a row

1 Answer 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
akeem
Top achievements
Rank 1
akeem asked on 24 Jun 2009, 05:10 PM
I have the RadGrid for ASP.NET AJAX Q1 2008 and this version does not have the findControl or findElement methods. Is there
any way that I can get a control inside of an Itemtemplate with javascript?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 25 Jun 2009, 04:20 AM
Hello Akeem,

The code library given below explains how to access controls nested inside templates on the client. In the application provided, a global registry is used to store the ID's of the required server controls and then looping over all registered elements, the required server control's id can be retrieved.
Accessing server controls in a grid template on the client

Thanks
Princy.
Tags
Grid
Asked by
akeem
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or