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

Autocomplete Not Working On Radcombobox

3 Answers 114 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Sapnil
Top achievements
Rank 1
Sapnil asked on 10 May 2011, 04:19 AM
Hi,

Autocomplete feature gets disabled when the radcombobox is used in ajax poastback. eg. I have a radcombobox which postback after index changed. It is also registered for ajax postback like below

 

<telerik:AjaxSetting AjaxControlID="cboCountry">

 

 

<UpdatedControls>

 

 

<telerik:AjaxUpdatedControl ControlID="cboStates" />

 

 

<telerik:AjaxUpdatedControl ControlID="cboProduct" />

 

 

</UpdatedControls>

 

 

</telerik:AjaxSetting>

 


Now when page is loaded for the first time the cbostates and cboproducts will autocomplete but after the ajaxpost back autocomplete feature gets disabled. Please reply for the same its kinda urgent. Thanks.

3 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 12 May 2011, 01:48 PM
Hi Sapnil,

I tested your scenario but I can not get the behaviour that you describe. I attached my test page here. Please take a look at it and let me know if I am missing something.  

Greetings,
Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Sapnil
Top achievements
Rank 1
answered on 12 May 2011, 02:10 PM
Hi Kate,

Its working if i remove the current selection and then type. But in some of my dropdowns i am not removing the txt and start typeing in the start of the current selection then it automatically autocomplete the matching text. for example My current selection is

"India"

and iam not removing the text and starts typing

"United states"

then it automatically autocompletes in some of my drop downs which are not having ajaxsetting. But it is not happening in case of ajaxsetting dropdowns. 

Best Regards,
Sapnil
0
Kate
Telerik team
answered on 17 May 2011, 02:34 PM
Hello Sapnil,

I am not quite sure that I understand the issue that you encounter. Can you please give more details on what is the behaviour of the RadCombobox that you are trying to achieve? You could also use Jing to make a video of the current behaviour of the control and give some more details about your scenario, so we could help you achieved the desired effects.

Regards,
Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
ComboBox
Asked by
Sapnil
Top achievements
Rank 1
Answers by
Kate
Telerik team
Sapnil
Top achievements
Rank 1
Share this question
or