Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > General Discussions > Known Issues and Breaking Changes

Not answered Known Issues and Breaking Changes

Feed from this thread
  • Posted on Jan 24, 2012 (permalink)

    Q3 2011 (Version number: 2011.3.1115)

    Probem: When adding items to OData enabled controls (RadMenu, RadTreeView, RadListBox, RadComboBox) through design time erroneous markup is applied to the control:

    <telerik:RadListBox runat="server" ID="RadListBox1">
            <Items>
            </Items>
            <WebServiceSettings>
                <ODataSettings InitialContainerName="">
                </ODataSettings>
            </WebServiceSettings>
        </telerik:RadListBox>

    Please note the added ODataSettings section. It will cause JavaScript errors on the page.

    Solution: Remove the ODataSetting section and the issue will vanish. The problem is also fixed in the Q3 SP1 release, version number 2011.3.1305

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > General Discussions > Known Issues and Breaking Changes