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

RadComboBox EnableLoadOnDemand doesnto postback when first character is typed

5 Answers 155 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
mary
Top achievements
Rank 1
mary asked on 14 Nov 2008, 12:52 PM
Hi
I'm using the latest version of the control and have 

EnableLoadOnDemand = true
but the control does not postback to get the items requested until the second character is typed.  How can I enable it to post back on first character as well?

 

thanks

5 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 14 Nov 2008, 02:01 PM
Hi Mary,

It would be better if you can paste your ASPX code here so that I could analyse the problem at my end.

Thanks,
Shinu.
0
mary
Top achievements
Rank 1
answered on 14 Nov 2008, 02:06 PM

Hi Shinu
Here is a copy of the combo box aspx

<

 

telerik:RadComboBox Width="250px"  ID="lstSearch" runat="server" AutoPostBack="true" ShowToggleImage="false"

 

 

MarkFirstMatch="false" onitemsrequested="lstSearch_ItemsRequested" EnableLoadOnDemand="true"

 

 

onselectedindexchanged="lstSearch_SelectedIndexChanged" EmptyMessage="Search">

 

 

<CollapseAnimation Duration="200" Type="OutQuint" />

 

</

 

telerik:RadComboBox>

 

0
Simon
Telerik team
answered on 14 Nov 2008, 03:24 PM
Hi mary,

This issue occurs in case an Empty Message is set and Load on Demand is enabled.

Please use the attached hotfix build of Telerik.Web.UI where the issue is resolved.

Thanks.

Regards,
Simon
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
mary
Top achievements
Rank 1
answered on 14 Nov 2008, 04:17 PM
Hi Shinu
This does fix the issue wiht the single character on combo box but introduces scripting errors on the 

RadDatePicker control.  Do you know when this hotfix will be incorporated into a release?

 

thanks

 

0
Simon
Telerik team
answered on 14 Nov 2008, 04:30 PM
Hello mary,

There will be a Service Pack in the coming month but a concrete date for it is unavailable at the moment.

I suggest you open a ticket for RadDatePicker and report the issues, so that the  Development Team can address them on time.

Thank you in advance.

Best wishes,
Simon
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
mary
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
mary
Top achievements
Rank 1
Simon
Telerik team
Share this question
or