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

RadDropDownTree prevents RadAutoCompleteBox from working

2 Answers 70 Views
DropDownTree
This is a migrated thread and some comments may be shown as answers.
Thierry
Top achievements
Rank 1
Thierry asked on 06 May 2014, 07:46 AM
Hello.
1/ Context
I've got an issue with a aspx page where I use two RadComboBoxes, a RadDropDownTree and a RadAutoCompleteBox as a bunch of controls used as a search engine to filter a RadGrid.
The RadDropDownTree and the RadAutoCompleteBox both are managed by a tiny javascript script to prevent adding more than one token.
Please see screen01.

2/ Problem
When I add a token in the RadAutoCompleteBox [1] and then add a token in the RadDropDownTree [2], the grid does rebind fine.
Shortly : [1] then [2] works fine
When I add a token in the RadDropDownTree [2], and then add a token in the RadAutoCompleteBox [1], the grid does not rebind properly. The token in the RadAutoCompleteBox is not computed, only the very first letter, which empties the grid...
Shortly : [2] then [1] doesn't work.The controls are all embedded in a RadAjaxManager. When I disable Ajax (EnableAjax="false") in the RadAjaxManager, the problem disappears, but I wish to use the RadAjaxManager with Ajax enabled.

3/ Question
I'm a bit confused with that. Would you have any lead by a chance ?Thank you by advance
Regards
T.

2 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 08 May 2014, 01:30 PM
Hello Thierry,

The described issue seems to be closely related with the custom implementation that you have at your end. This is why, I would like to ask you to submit a support ticket along with a runnable sample attached, demonstrating the problem. Thus we would be able to inspect your implementation locally and troubleshoot the problem for you.

Regards,
Nencho
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Thierry
Top achievements
Rank 1
answered on 12 May 2014, 07:12 AM
Hello Nencho.
The problem seemed to come from a conflict between the RadDropDownTree client side and server side events. I had mixed them and it created difficulties among other controls. I now only work with RadDropDownTree client side events and everything happens to work fine. Thanks for your reply.
Good day
T.
Tags
DropDownTree
Asked by
Thierry
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Thierry
Top achievements
Rank 1
Share this question
or