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

RadConfirm in a master page issue

2 Answers 101 Views
Window
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 21 Jul 2008, 11:02 AM
Hi,

Im using the radconfirm with thread locking example from the code library.  this works great on a stand alone page but when i move the code so it is operating in a master page it will only work once then when the user trys to click again its like the button is dissabled.

Has anyone else had any issues like this?

Thanks
 

2 Answers, 1 is accepted

Sort by
0
Paul
Top achievements
Rank 1
answered on 21 Jul 2008, 11:14 AM
I found that its because i have a loading pannel associated with the button so when it was pressed it would put a loading pannel over a data grid.  So the loading pannel wasn't showing and the code behind wasnt called.

Is it possable to have a loading pannel over a grid with a radconfim so the sequence i am trying to achive is

1. User button click
2. RadConfirm (Are you sure?)
3. If yes call code behind and put a loading window over the grid
0
Georgi Tunev
Telerik team
answered on 22 Jul 2008, 09:57 AM
Hello Paul,

I am not quite sure if I understand your exact setup correctly, but I would suggest to implement the desired logic not by using RadWindow's radconfirm but a standard browser's confirm dialog. Once you have your code working as expected, you can replace the confirm dialog with radconfirm.
If your code is working fine with confirm, but you have problems using radconfirm, please open a support ticket and send us a full, working project with the confirm dialog implemented. We will rework it for you so it uses radconfirm.


Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
Paul
Top achievements
Rank 1
Answers by
Paul
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or