Does Telerik wrap my div in its own div? When I set my div visible to false, my div is gone, but the telerik generated div ctl00_ctl00_dvMyDivPanel remains and causes white space issues. There is no white space issue when I remove dvMyDiv from the UpdatedControls. It would be nice if Telerik would collapse the white space or not display its wrapper div when my div is not there.
<telerik:AjaxSetting AjaxControlID="MyBigControl">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="dvMyDiv" />
</UpdatedControls>
</telerik:AjaxSetting>