Hi,
I added a RadComboBox to my page and move it client-side to another location in the DOM.
But somehow the layout gets broken.
I use jQuery to move it:
The page doesn't do any postbacks, so moving it in the DOM wouldn't be a problem.
I attached a screenshot of the broken layout. Is there any way to fix the layout?
Thanks!
I added a RadComboBox to my page and move it client-side to another location in the DOM.
But somehow the layout gets broken.
I use jQuery to move it:
$(this._comboBox.get_element()).appendTo($("<div>").appendTo(this._containerElement));The page doesn't do any postbacks, so moving it in the DOM wouldn't be a problem.
I attached a screenshot of the broken layout. Is there any way to fix the layout?
Thanks!