We've just converted several tools over to ASP.NET AJAX Q1 2009. After an extremely long and tedious road we've got most of the tools converted. However it appears the RadAjax adds a wrapper div around ajax'd controls. The wrapper div has a id of "control prefix + panel". (ie. <div id='ctl00_DefaultContentPanel' style='display:block'>).
Of course, adding an arbitrary block-level element is going to break a UI in many circumstances. Is there a workaround, or at the very least a way to add a style class so we can control it?
Of course, adding an arbitrary block-level element is going to break a UI in many circumstances. Is there a workaround, or at the very least a way to add a style class so we can control it?