Hello.
My web application worked ok for a several months. I used Net Advantage 20082.2121.
After installing Sevice release 20082.2204 the most important page breaks.
The trouble is. My form contains UltraWebGrid (Xml rendering) and WebDialogWindow.
In a test web site you can check that UltraWebGrid works fine. Try to change cell value and you will see that XmlRequest sends to server, all server evens fire in a right places .
But after changing the state of WebDialogWindow from hidden to normal and closing the dialog,
all this AJAX activity of the UltraWebGrid breaks.
Try to change cell value and you will see that no server evens fire.
My real application also handles client side XmlHTTPResponse event of UltraWebGrid.
So, I can see that gridResponse.ResponseStatus == grid.eError.LoadFailed in the case.
Whats wrong? Any suggestions?
Thanks in advance. I need urgent help.