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

RadDatePicker images missing

7 Answers 246 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Rick
Top achievements
Rank 1
Rick asked on 06 Jul 2009, 04:26 PM
Hello,

I'm running the trial version ASP .NET AJAX RadControls Q1 2009.  I've searched through the forums here and have found people with similar issues but have not been able to fix my problem and i've spent many hours on this frustrating issue. I'm hoping there's an easy solution :o)

The problem is that it doesn't show any image for the calendar popup. Once you click on the space where the image should be then it pops up but all the navigation control images are missing too. I've set my ImagePath to "" and even copied some images from the samples installed on my PC but all with limited success.

I've read about CSS sprites and i'm running the latest version of Firefox and have tried in IE8. Still nothing. Are the images embedded resources? If so, how do I access them? Here's my markup .... please help me!

                            <telerik:RadDatePicker ID="dtDate" runat="server" Width="140px" AutoPostBack="true">
                            <Calendar >
                                <SpecialDays>
                                    <telerik:RadCalendarDay Repeatable="Today"  />
                                </SpecialDays>
                              </Calendar>
                        </telerik:RadDatePicker>

TIA,

Rick

7 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 08 Jul 2009, 08:25 AM
Hi Rick,

Please provide some more information about your scenario - are you using an embedded skin or a custom skin? Is the datepicker control added to the page after an Ajax request? Are you using ASP.NET themes and if yes, what do you set there for the picker?


Kind regards,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Rick
Top achievements
Rank 1
answered on 08 Jul 2009, 09:45 AM
I've done some more testing and have some extra info for you.

I'm using a single master page and multiple pages that use this master page. If I create a new webform that doesn't use this master page, the images are working fine for the date picker! However, all other controls seem to work in the child page context. Do I need to have something additional in my master page to support this (I have an asp:ScriptManager in there)?

I'm not using themes and I'm not setting any skins. Is there anything obvious which might be causing this issue. Here's the answers to your original questions too:

--------------------------------------------------------
I've now upgraded to Q2 2009 and still the same problem exists for me.

I'm running Windows Server 2008 x64, IIS 7.0, VS 2008 SP1, .NET 3.5 SP1.

Answers to your questions:
Are you using an embedded skin or a custom skin?
I'm not specifying any skin so I presume it picks the default skin.

Is the datepicker control added to the page after an Ajax request?
No.

Are you using ASP.NET themes and if yes, what do you set there for the picker?
No ----------------------------
0
Dimo
Telerik team
answered on 08 Jul 2009, 12:48 PM
Hi Rick,

Do you have any CSS files registered in the master page? It might contain some styles, which remove the images (which are background images of hyperlink elements).

If the problem persists, I suggest that you paste your MasterPage markup here or send it attached in a new support ticket.

Greetings,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Shash
Top achievements
Rank 1
answered on 22 Oct 2009, 09:33 PM
I'm facing a similar issue. I'm using a rad date picker and an AJAX. I have two panels. Rad Date picker is in the first panel. First time the images show up, but if I click next and come back to the same panel, images are lost.

I'm not using a custom skin. I do not add the control dynamically to the panel. Not using themes.

0
Dimo
Telerik team
answered on 23 Oct 2009, 06:51 AM
Hi Shash,

If you are using regular asp:UpdatePanels, please switch to RadAjaxManager, since update panels cannot register CSS files during an AJAX request.

If the above does not help and you need further assistance, please send us a runnable demo, so that we can test locally.

Regards,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Shash
Top achievements
Rank 1
answered on 29 Oct 2009, 05:59 PM
Thank you Dimo
  Although I did not replace the asp Script Manager , but I added the telerik RadAjaxManager to the page, and that fixed the issue. Do u see a down side to having both of them on the page? I read in the documentation that RadAjaxManager works in conjunction with asp Script Manager.
0
test
Top achievements
Rank 1
answered on 17 May 2013, 09:51 AM
HI,

I have a default.aspx page and I have set of user controls say Control1.ascx and Control2.ascx so on.
I am loading this user control through an Ajax Request - (Web service call).This ajax request call is made from the default.aspx page.
on "pageLoad()" - Javascript.

This web service returns me the constructed usercontrol html tags,Which I am appending it to a div tag client side(Jquery

Append).

Problem:

When I append,I see that Control1.ascx contains a RadCalender control.On border I see "corner round" image missing.

Please help me out how to resolve it.


Thanks...
Tags
Calendar
Asked by
Rick
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Rick
Top achievements
Rank 1
Shash
Top achievements
Rank 1
test
Top achievements
Rank 1
Share this question
or