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

RadToolBar dropdowns don't work after upgrade

2 Answers 70 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Piotr Szmyd
Top achievements
Rank 1
Piotr Szmyd asked on 14 Jun 2008, 02:56 AM
I recently upgraded my VS 2005 to VS 2008 and RadControls to latest version (2008.1.515.35) and noticed that all dropdowns (dropdown and splitbutton) stopped to drop...

Buttons work properly but after clicking on dropdown (or splitbutton arrow) just nothing happens... And there are no JS errors. Even more - after setting AutoPostBack to true even clicking splitbutton arrow makes postback (instead of dropping).

This toolbar is not ajaxified although RadAjaxManager exists on page (for ajaxifying other controls). I tried with and without AJAX but effect is the same - nothing drops.
Client events work properly.

Is there any quick workaround for this? This issue just broke half of my current project I was supposed to finish next week... 

Besides - RadControls in VS 2008 look awful (eg. RadToolbar renders far from what it is supposed to look like - items are rendered one under another instead of one after another in horizontal view).

Regards,
Piotr

2 Answers, 1 is accepted

Sort by
0
Piotr Szmyd
Top achievements
Rank 1
answered on 14 Jun 2008, 01:38 PM
Ok, found the problem and fixed it - it wasn't related to RadControls.  

I noticed that the Timer existing on a page had refresh rate (updating) set to 15 (instead of 15000) milliseconds - after changing it RadToolbar started to work properly.

But I still don't really know why it happened this way - why everything worked fine except for dropping menus? Even RadWindow popups were being shown correctly after clicking other buttons in this toolbar (i have OnClientButtonClicked event wired to function showing RadWindows depending on a button value).

VS 2008 designer look issue is still open - the difference between designer and the real apperance of the page is so big that it cannot be acceptable.

Regards,
Piotr
0
Piotr Szmyd
Top achievements
Rank 1
answered on 14 Jun 2008, 01:40 PM
I didn't say that the Timer control I said about in my previous post was completely unrelated to my problematic RadToolbar. It was ajaxified by RadAjaxManager and updated small panel somewhere on the page.
Tags
ToolBar
Asked by
Piotr Szmyd
Top achievements
Rank 1
Answers by
Piotr Szmyd
Top achievements
Rank 1
Share this question
or