Hi,
I am using the popup form edit mode in the radgrid. In the edit form I have a user control. I want to run some javascript when the control is loaded. I tried using the Page.ClientScript in the Page_Load event of the control itself but that script never gets called.
Where is the appropriate event to hook into?
I am using the popup form edit mode in the radgrid. In the edit form I have a user control. I want to run some javascript when the control is loaded. I tried using the Page.ClientScript in the Page_Load event of the control itself but that script never gets called.
Where is the appropriate event to hook into?