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

Image Refresh on Mouseover

1 Answer 51 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Avidan
Top achievements
Rank 1
Avidan asked on 25 Feb 2010, 04:56 PM
Hi,

I placed a RadToolBar in a GridTemplateColumn, the RadGrid is ajaxfied and is placed at UserControl. The RadToolBar contains SplitButtons with child ToolBarbuttons. Each RadToolBarButton has a design-time setting of ImageUrl.

The problem I have is...When browsing the page, images are not diplayed, but when the mouse is over the toolbar control, the image is refreshed and displayed.

BTW: The usercontrol is placed in a "sub" web application while the images are placed (shared) in "parent" web application. I don't thing that this is the reason, since other images are displayed correctlly at grid CommandTemplate.

Any idea how resolve this issue?

Avidan

1 Answer, 1 is accepted

Sort by
0
Accepted
T. Tsonev
Telerik team
answered on 04 Mar 2010, 07:19 AM
Hi Avi,

Is this behavior consistent in all browsers? IE 7 and 8 have an issue that can lead to such strange behavior. This is usually fixed by applying "zoom:1;" to the parent element or using JavaScript to force a redraw of the element. Simplified example:
domElement.style.cssText = domElement.style.cssText;

We should be able to help if you can send us a live URL or a test page.

I hope this helps.

Sincerely yours,
Tsvetomir Tsonev
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
Tags
ToolBar
Asked by
Avidan
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or