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

Grid with edit form and radajaxloadingpanel

1 Answer 81 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lorie
Top achievements
Rank 1
Lorie asked on 23 Sep 2011, 04:45 AM
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.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 23 Sep 2011, 05:07 AM
Hello Lorie,

Please take a look into the code library approach which which explains the desired scenario.
Calling radalert from codebehind (all versions of RadWindow)

Thanks,
Shinu.
Tags
Grid
Asked by
Lorie
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or