Hi,
I have an MVC site using Kendo that shows a popup window when a button is clicked.
This window has a textbox and another button. When the button is clicked another popup window is opened, so we now have 2 popup windows open.
The 2nd popup contains a grid and 2 hidden textboxes that are populated when an item is selected in the grid.
What needs to happen is:
When I submit the popup with the grid, I need to update the model and close it, but leave the parent popup open and populate the textbox with the content of one of the hidden textboxes.
My problem is:
I submit the child popup, but I cannot force the parent popup to stay open and update. I get errors if I call the popup directly and if I call the index the model is updated, but the parent popup is also closed.
If anyone can understand what I have written, please help!?!?
Thanks,
Lee