Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ListBox > RadListBox Compatibitiy and IE7/8/9 compatibility view issue

Not answered RadListBox Compatibitiy and IE7/8/9 compatibility view issue

Feed from this thread
  • Rakesh avatar

    Posted on Jan 3, 2012 (permalink)

    I have 4 radlistbox with fixed width and that works fine in IE9,,whenever i execute it in IE 7/8 and IE9 compatiibtiy view these radlistbox width is set back to '0' and my radlistbox get shrinked.....Can anyone help with this issue...


    Thanks in advance


    Thanks & Regards
    Rakesh Patel

    Reply

  • Mark Herried avatar

    Posted on Jan 3, 2012 (permalink)

    If your using an older version of Telerik, you may have to put a <div> around your control , and then set the width as a style like
    We also had this issue when upgrading... it also affected Datepickers as well.

    <div style="width="100px"> Your control goes here. </div>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ListBox > RadListBox Compatibitiy and IE7/8/9 compatibility view issue