I have a list view control within a user control that is exhibiting unexpected behavior. The list view is within a panel that is itself within a RadAjaxLoadingPanel. The panel is registered with a RadAjaxManager. The list view is populated from an object data source. There is an edit template defined with an update button inside it to issue the update command. The user clicks a button to issue the edit command and the edit template is displayed. When the update button is pressed, the ajax loading screen covers the panel. When the ajax call is complete, the edit template has not gone away. The item command event of the list view is triggered, but not the updating event of the object data source. I ran this test in debug mode and did not receive any client or server error feedback. It also seems to work when connected to a local database, but not our main testing one. This suggests it has something to do with timing. I cannot think of any further testing to conduct because the remaining processing of the update happens within the Telerik list view code. Are there any ideas from the community on how to further debug this issue?