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.
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.