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

Error TrimStart

1 Answer 43 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Fabio Cirillo
Top achievements
Rank 1
Fabio Cirillo asked on 14 Nov 2012, 09:19 AM
Hi,
I am using the AutoCompleteBox oggetot, I set the options but when I open the aspx page and on the AutoCompleteBox I press the backspace button, I get this error: "Run-time error of Microsoft JScript: Can not get value of property 'TrimStart ': Object invalid or not defined "

My code to asp is:

<telerik:RadAutoCompleteBox ID="RadAutoCompleteBox1" Runat="server"

DataSourceID="SqlDataSource1" DataTextField="Descrizione"

 

DataValueField="Id" InputType="Text" Width="330px" Delimiter=""

 

DropDownHeight="150px" DropDownWidth="330px">

 

</telerik:RadAutoCompleteBox>

Thanks


1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 16 Nov 2012, 03:17 PM
Hello Fabio,

Actually, the exception you had faced is originated from the usage of an empty Delimiter. We are aware of that issue and we currently working on fixing it. I can suggest you to remove the unnecessary usage of the property, in order to overcome the problematic behavior.

Regards,
Nencho
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
AutoCompleteBox
Asked by
Fabio Cirillo
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or