Hi all.
I have a radgrid on my page and it has an ascx edit form inside when the edit link is clicked.
The radgrid also has a loading panel. My problem is that whenever I click a button inside the edit form, there is a javascript popup alert that I want to show but I guess it's not showing because of the radajaxloadingpanel.
This is what I use for the javascript inside the ascx form:
Page.ClientScript.RegisterClientScriptBlock([GetType](), "javascript", "<script>radalert('Data inputted would not be saved.');window.location='SimMaster.aspx'</script>")
Any help would be appreciated. TIA.
I have a radgrid on my page and it has an ascx edit form inside when the edit link is clicked.
The radgrid also has a loading panel. My problem is that whenever I click a button inside the edit form, there is a javascript popup alert that I want to show but I guess it's not showing because of the radajaxloadingpanel.
This is what I use for the javascript inside the ascx form:
Page.ClientScript.RegisterClientScriptBlock([GetType](), "javascript", "<script>radalert('Data inputted would not be saved.');window.location='SimMaster.aspx'</script>")
Any help would be appreciated. TIA.