Hi,
I have a RadAjaxPanel with a Button inside it that has a OnClientClick property of :-
return confirm('Are you sure you want to remove these open-ended questions?');
This will popup a question. If the user answers OK then the server side event is not posted as expected.
I tried this with a standard UpdatePanel and it works as expected.
Is this a bug? Is there a way around it?
I have a RadAjaxPanel with a Button inside it that has a OnClientClick property of :-
return confirm('Are you sure you want to remove these open-ended questions?');
This will popup a question. If the user answers OK then the server side event is not posted as expected.
I tried this with a standard UpdatePanel and it works as expected.
Is this a bug? Is there a way around it?
