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

Change images for calendar and

5 Answers 88 Views
DateTimePicker
This is a migrated thread and some comments may be shown as answers.
Simon
Top achievements
Rank 1
Simon asked on 12 Jul 2016, 04:35 PM

Hi, I am getting nowhere with the following - all I want to do is change the image for the calendar and time picker buttons.

<telerik:RadDateTimePicker RenderMode="Auto" ID="dttiStartDate" Width="70%" runat="server"  EnableEmbeddedSkins="false" DateInput-DateFormat="MMM dd yyyy  HH:mm" DateInput-DisplayDateFormat="MMM dd yyyy  HH:mm" DateInput-CssClass="Normal">

    <TimePopupButton Visible="true" ImageUrl="~/images/png/a.png" HoverImageUrl="~/images/png/b.png" />
    <DatePopupButton Visible="true" ImageUrl="~/images/png/b.png" HoverImageUrl="~/images/png/b.png" />
    <TimeView runat="server" Skin="Default" CssClass="Normal" ShowHeader="False" StartTime="00:00:00" Interval="01:00:00" EndTime="23:59:00" Columns="2" TimeFormat="HH:mm"></TimeView>
</telerik:RadDateTimePicker>

 

What happens is the date button changes but he time button disappears. In Chrome "elemen inspection" it appears to be underneath the calendar buttonand not visible.

 

I dont (and dont want to) use any script manager stuff - I just want to change the buttons to 2 of my own.

Is this possible.

 

This is UI for ASP.NET AJAX Q1 2016.

 

Many thanks.

 

5 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 15 Jul 2016, 01:53 PM
Hello Simon,

Could you try changing the RenderMode to Classic and let me know if it resolves the issue?

Regards,
Eyup
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Simon
Top achievements
Rank 1
answered on 15 Jul 2016, 03:16 PM

Yes that works whether I set the images in markup or dynamically in code behind.

Is there a reason it only works in classic?

Thanks.

0
Maria Ilieva
Telerik team
answered on 20 Jul 2016, 01:04 PM
Hello,

It appears that this is a but when setting custom images in Lightweight RenderMode. I will log this issue in our tracking system and our development team will further research for possible fix.

Meanwhile you can implement the style below to fix the problem in Lightweight mode:
<style>
       .RadInput .rcSelect a {
          display: inline-block;
       }
   </style>

i hope this helps.

Regards,
Maria Ilieva
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Simon
Top achievements
Rank 1
answered on 21 Jul 2016, 03:41 PM

Hi Maria, that works.

 

Thanks,

0
Maria Ilieva
Telerik team
answered on 25 Jul 2016, 01:35 PM
Hi,

I'm glad that the provided solution works for you. Do not hesitate to right us back in case furtehr assistance is needed.

Regards,
Maria Ilieva
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
DateTimePicker
Asked by
Simon
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Simon
Top achievements
Rank 1
Maria Ilieva
Telerik team
Share this question
or