This question is locked. New answers and comments are not allowed.
Hi I have a telerik window on my page.
The window shows a partial view which is returned through ajax request.
this view contains a button "btnCancel" which when clicked should ask if user really wants to close the opened window with form. if user clicks yes then both windows should disappear if choose know then confirmation window should disappear.
But when I click the btnCancel it does not pop up the confirmation window.
What could be the problem ?
I am using MVC 2.