Posted
on Jan 10, 2012
(permalink)
Hi,
I'm able to use the Telerik().Window() to popup a form and submit and it refresh the calling for but I wonder why, although I used an Ajax.Beginform inside my window, the Request.IsAjaxRequest is always false? Yes I refrenced all .js and the unobstrutiveJavaScriptEnabled is set to true.
But I want to go further and be able to do a submit inside the Telerik().Window() but keep the popup open and just display the search result at the bottom of the popup window and only return to the calling windows to update a field on a second submit selection button inside the same popup form.
In summaryI"d like to do a search from criterias from the popup, display the result in the same popup and upon selection button update the calling page div. I look at the MultipleModalWindow sample but it open a seperate popup window and I'd like to stay on the same popup to display my results. Is someone can give me a hint on that?
Thanks
Jean