This example demonstrates how to hide the ASPxPanel on clicking outside its boundaries. To achieve this, handle the jQuery.mouseup event and make sure that a clicked zone doesn't contain ASPxPanel. If so, call the ASPxClientPanel.Collapse function.
↧