I upgraded to Q2 2011 and noticed a bug with RadWindow's scrollbars: when I select an item from a RadComboBox the RadWindows' scrollbars are hidden!!!. I tested it with Q3 2010 and it works OK.
Some considerations:
- RadWindow has modal & autosized
- RadComboBox sends an ajax postback when the item is selected. If I set AutoPostback = false it works ok.
Any idea how to solve this?
Thanks!
[UPDATE]
I have an event firing after the ajax postback, that autosizes the RadWindows again. It hiddes scrollbars if oWindow.autoSize(true). If I call oWindow.autoSize() (without the "true" parameter) it works ok.
Some considerations:
- RadWindow has modal & autosized
- RadComboBox sends an ajax postback when the item is selected. If I set AutoPostback = false it works ok.
Any idea how to solve this?
Thanks!
[UPDATE]
I have an event firing after the ajax postback, that autosizes the RadWindows again. It hiddes scrollbars if oWindow.autoSize(true). If I call oWindow.autoSize() (without the "true" parameter) it works ok.