This is a migrated thread and some comments may be shown as answers.

Error: Sys.InvalidOperationException: '_lodIsAutomatic' is not a property or an existing field.

3 Answers 150 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Reuven
Top achievements
Rank 1
Reuven asked on 02 Sep 2010, 01:45 AM
No idea what I'm doing wrong, but whenever I enable enableautomaticloadondemand, I get this error:

Line: 3747
Error: Sys.InvalidOperationException: '_lodIsAutomatic' is not a property or an existing field.

My code:
   <telerik:RadComboBox ID="RadComboBoxProviders" Runat="server" height="200px" EnableAutomaticLoadOnDemand="true"
        DataSourceID="LinqDataSourceProviders" DataTextField="Name" EmptyMessage="Select Provider" ItemsPerRequest="10" EnableVirtualScrolling="true"
        DataValueField="ProviderId" Skin="Web20">
    </telerik:RadComboBox>
  
<asp:LinqDataSource ID="LinqDataSourceProviders" runat="server" ContextTypeName="ClinicalDataContext"
    EntityTypeName="" Select="new (Name, Street1, City, State, ProviderId)" TableName="ExternalProviders">
</asp:LinqDataSource>

3 Answers, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 02 Sep 2010, 05:48 AM
Hello Reuven,

Let me suggest you download our latest Telerik.Web.UI (2010.2.826) version and test the RadComboBox behaviour again.

Regards,
Kalina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Dan
Top achievements
Rank 2
answered on 06 Dec 2010, 10:47 PM
I've run into this same error using the 4.0 version of the Web.UI controls version 2010.2.713.40.  Although this code worked properly when I coded it in a prior 3.5  version of the controls.

Was this a bug in the RadComboBox 4.0 control that has since been fixed?

Thanks,
Dan
0
Dan
Top achievements
Rank 2
answered on 09 Dec 2010, 03:21 PM
I installed the Q3 2010 RadControls, and this fixed the problem.  Yeah!

Dan
Tags
ComboBox
Asked by
Reuven
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Dan
Top achievements
Rank 2
Share this question
or