This sounds not just for Rad controls, but I did encounter it during working with Rad.
I use javascript to radcontrol from id, but my id is variable:
...
var id = "dock"+i;
var dock = $find("<%= id.ClientID%>");//Error here
...
Is there some alternative for this?
Cheers
1 Answer, 1 is accepted
0
Ubong
Telerik team
answered on 29 Oct 2007, 12:43 PM
Hello Elton,
Could you please go into some more detail regarding waht your scenario is and what you are trying to do? You said you use "JavaScript to a RadControl from id but id is a variable". Are you trying to extend the id? What is the error you commented in the code? Looking forward to receiving further info on this.