Hi,
Telerik controls are unavailable to javascript when the page's startup script runs
i am doing it like
and in javascript
It is returning null for the control.
But, when i call this javascript method on any event like on a click of a button it is working fine.
So, can you please suggest me the way to execute this javascript function by registering as page's startup script .
Thanks.
Raju.
Telerik controls are unavailable to javascript when the page's startup script runs
i am doing it like
this.Page.ClientScript.RegisterStartupScript(this.GetType(), "CalTableMatrix", "<script>AddValue();</script>");
and in javascript
function AddValue()
{
$find(MASTERPAGECONTROLID + Ids[i]).set_value(TotVal);
}It is returning null for the control.
But, when i call this javascript method on any event like on a click of a button it is working fine.
So, can you please suggest me the way to execute this javascript function by registering as page's startup script .
Thanks.
Raju.