Hi,
In my page I have to popup the radconfirm on a button click. Depends upon the value return by radconfirm I have to perform some actions that is if it is false or null then cancel the click event action. If it is true then I donot perform no operation because i have written the server side button click event handling function so it will call. My problem is if i click button radconfirm is popuped and it doesnt wait for the value return by the radconfirm it postbacks and perform the server side action.
I checked the documentation in following tutorial
http://demos.telerik.com/aspnet-ajax/window/examples/confirmserverclicks/defaultcs.aspx,
In this they are using ASP button but I have to use radbutton. Please give a solution for this.
Thanks
Velkumar.
In my page I have to popup the radconfirm on a button click. Depends upon the value return by radconfirm I have to perform some actions that is if it is false or null then cancel the click event action. If it is true then I donot perform no operation because i have written the server side button click event handling function so it will call. My problem is if i click button radconfirm is popuped and it doesnt wait for the value return by the radconfirm it postbacks and perform the server side action.
I checked the documentation in following tutorial
http://demos.telerik.com/aspnet-ajax/window/examples/confirmserverclicks/defaultcs.aspx,
In this they are using ASP button but I have to use radbutton. Please give a solution for this.
Thanks
Velkumar.