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

RadComboBox/RadDatePickers - different behaviour on Chrome when combo item is selected using the enter key

1 Answer 33 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 09 Nov 2015, 12:42 PM

Hello,

I have a RadComboBox that contains a list of entities. When the user makes a selection from the combo box an entity is retrieved in the code behind and two RadDatePickers are populated using a start date and an end date from the entities.

This all works fine but if the user makes a selection using the ​ENTER key then the datapickers will not be populated. This is only a problem on Chrome also. On Internet Explorer it is fine. I haven't tried other browsers.

What is strange is that the OnSelectedIndexChanged event always fires (regardless of browser and whether the selection is made with a mouse click or a key press).

My date pickers are wrapped in an update panel which I call Update() on after the datepickers have been populated (by setting the SelectedDate attributes to the start/end date value).

Please let me know if you require additional information and thanks in advance.

John.

 

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 11 Nov 2015, 08:20 AM
Hi,

Please share the markup declaration of the Combobox, UpdatePanel and DatePickers, the Code behind where you update the DatePickers and UpdatePanel, so that we can try to replicate your scenario more accurately.

Regards,
Bozhidar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ComboBox
Asked by
John
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or