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

Skinning issue of date picker inside grid

3 Answers 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dmitry
Top achievements
Rank 1
Dmitry asked on 19 Jan 2012, 08:15 PM
Hi

I am looking for some clues to the following issue i have in my dev environment.

I am running version 2011.3.1115.40 of ASP.Net Ajax controls (licensed edition)

I have a grid with custom filters (implemented as combo boxes) and nested detail form view. The grid here supports both in-place row editing and editing of nested detail view.

The skin of grid is set to one of predefined skins (Default or Windows7) (no custom skins used)

the problem: in dev environment when I click row edit or enter edit mode in expanded view, the datetime pickers are showing link text " Open the calendar popup." instead of proper icon, and on click - open calendar but not skinned - transparent view.

if I publish the site and deploy to some other folder on my machine, or to some other machine, everything looks and works fine.

any clues?

thanks,

Dmitry

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 23 Jan 2012, 01:39 PM
Hello Dmitry,

In case you display the control after initial load on ajax request you should set EnableAjaxSkinRendering property of the grid to true on Page_Load. You can also see the following online example for details.
http://demos.telerik.com/aspnet-ajax/ajax/examples/common/showingwebcontrols/defaultcs.aspx

Give it a try and see if it helps.

Regards,
Pavlina
the Telerik team
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 their blog feed now
0
Dmitry
Top achievements
Rank 1
answered on 24 Jan 2012, 09:33 PM
Hi Pavlina,

I have added this property. It did not help.

Please note the following observation:
it works fine in Dev environment on Firefox versions 3.6 and 9.1, but does not work well in IE 8.0
(with or without this extra property)
0
Pavlina
Telerik team
answered on 27 Jan 2012, 07:23 PM
Hi Dmitry,

In order to properly assist you, I would suggest that you open a formal support ticket, and send us a small working project, showing the issue that you described. We will advise you further, as soon as we review it.

Kind regards,
Pavlina
the Telerik team
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 their blog feed now
Tags
Grid
Asked by
Dmitry
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Dmitry
Top achievements
Rank 1
Share this question
or