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

Issue With TimePopupButton

1 Answer 43 Views
Input
This is a migrated thread and some comments may be shown as answers.
Jeanne
Top achievements
Rank 1
Jeanne asked on 03 Jul 2013, 08:30 PM

If I supply my own image for the TimePopupButton like so:

<TimePopupButton ImageUrl="~/Images/TimePopup16.png">

The image displays fine, but on hovering over the button, no image is displayed. I have to add the HoverImageUrl attribute as well. If not specified, the HoverImageUrl should use the same image.

Additionally, the image tag inserted when I supply my own image does not have the border="0" attributes or any border css applied, so it displays (in IE at least) the heavy blue border that images within anchor have by default. I had to add:

$( '.RadPicker .rcTable a>img' ).css( { 'border': '0px none transparent' } );

 
to my page initialization code to get rid of it.

 

 

 

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 08 Jul 2013, 01:01 PM
Hello Jeanne,

I'm forwarding this request to our dev team so our front-end developers could take a look at it and decide if and where the required behavior could be implemented. You could also log this request to our feedback portal below so other customers could vote for it and increase its priority:
http://feedback.telerik.com/project/108

Regards,
Maria Ilieva
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Input
Asked by
Jeanne
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or