This question is locked. New answers and comments are not allowed.
Hello!
I have a link inside an .ascx file that fires an action "LicenceInformation" that pops up a modal window.
This modal window has a telerik Grid. This Telerik Grid has an edit button. The probem is clicking the edit button does not do a full post back. It rather goes to the 'Get' part of the "LicenceInformation" action rather than the 'Post'. I have forced it to go to the post another way but on executing the post my modal window no longer loads and instead I am presented the a new page with the contents that should have appeared in the modal window. Do you have any sample code that does this properly. Any help would be greatly appreciated!
I have a link inside an .ascx file that fires an action "LicenceInformation" that pops up a modal window.
This modal window has a telerik Grid. This Telerik Grid has an edit button. The probem is clicking the edit button does not do a full post back. It rather goes to the 'Get' part of the "LicenceInformation" action rather than the 'Post'. I have forced it to go to the post another way but on executing the post my modal window no longer loads and instead I am presented the a new page with the contents that should have appeared in the modal window. Do you have any sample code that does this properly. Any help would be greatly appreciated!