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

RadComboBox dropdown shows in corner on page load

0 Answers 41 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Massimiliano
Top achievements
Rank 1
Massimiliano asked on 12 Feb 2014, 04:01 PM
I have my combo box inside a user control in multipage in a RadGrid nestedview template. So it's loaded dynamically on row expand AND it doesn't show up immediatly since it's on page 2 of the multipage.
When I expand the grid row and all the user controls inside the multipage (for each page) are loaded, the dropdown of the RadComboBox shows up in upper-left corner of the page.
If tried with OnClientLoad="(function(sender, e) { if (sender.get_dropDownVisible()) sender.hideDropDown(); })" and this works BUT doesn't prevent the dropdown to show up for about 1 second, which is awful... Any suggestion?
Thanks

No answers yet. Maybe you can help?

Tags
ComboBox
Asked by
Massimiliano
Top achievements
Rank 1
Share this question
or