I wonder if someone could explain why the layout of a page with a couple of RadListBoxes on it changes if I ajaxify 'em.
SS1.jpg shows the page without a RadAjaxManager and SS2.jpg with one.
The only difference in the code is this ...
Enquiring minds, and all that ...
--
Stuart
SS1.jpg shows the page without a RadAjaxManager and SS2.jpg with one.
The only difference in the code is this ...
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"> <AjaxSettings> <telerik:AjaxSetting AjaxControlID="RadListBox1"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="RadListBox1"/> <telerik:AjaxUpdatedControl ControlID="RadListBox2"/> </UpdatedControls> </telerik:AjaxSetting> </AjaxSettings></telerik:RadAjaxManager>Enquiring minds, and all that ...
--
Stuart