Hi
I have been through these forums and found lots of similar examples but none that quite fix my problem.
I have a rad window with a content template that pops up on click of a button.
The user must complete certain things that are checked on the server within the rad window unless an error message is shown, otherwise the details added are saved and the window needs to close.
My problem is my rad window doesn't close!
This is my radwindow
I am using an ajax manager to try and control the autopopulation of my dropdowns and btnAddDetail with the error message.
When I click the btnAddDetail
I run this function
This is my javascript to close the window:
Can anyone help with my my window won't close? I know its something to do with how I've used the ajax but I can't work out what!
Bex