I have a raddatepicker on a page and if I use a radwindowmanager the date picker popup will not display when I include clientside events in the radwindowsmanager - only relates to FIREFOX newest download.. Works perfectly in Chrome and IE (newest versions)
If I remove the client side events from the window manager everything works pefectly....
OnClientClose
=
"OnClientclose"
This behavior only occurs in the latest version of Firefox...
Any ideas on how to solve this issue?
So if I don't use the radwindow manager events and instead use a bit of inline javascript on the button in the modal window that does a redirect everything works -> What is the deal here..grrrr I WOULD RATHER use the radwindowmanager clientside API...
My raddatepicker code
My javascript