Declined
Last Updated: 17 Mar 2015 08:27 by Elena
Created by: Aleksander
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Hello,

We have a problem when publishing our appplication with Telerik.  After publishing the page that uses a RadGrid and any Skin (doesn't matter if it's Default or Black or Windows7) the Skin files do not load.  The Grid loads, it seems that the javascript files load (because the calendar works), but the css and the images that are part of the skins do not load and therefore the grid looks bare (attached partial screenshot).

When we publish the application, we do it through Maven (which takes the Telerik dlls from an Archiva repository, in our company we are required to publish using it).   When we don't use Maven/Archiva to publish then the page comes our fine and everything looks nice.  When we publish using Maven/Archiva, the skin files do not load on the page.  

So something is preventing the skins files (css and images) from loading correctly on the screen. 

The only thing we noticed is that when publishing using Maven/Archiva the DLL file attributes (Date modified and Date created) gets reset to current date time.

The dlls that we are using are:

Telerik.Web.UI.dll (ver 2013.3.1114.40)
Telerik.Web.UI.Skins.dll (ver 2013.3.1114.40)

We took the dlls after publishing using Maven/Archiva and compared them to the dlls that we downloaded from Telerik and the dlls are identical.  The only thing changed was the Date created/Date modified.  If that's the reason why the css/images don't load correctly, then it's a big problem for us.  Please look into this issue for us.

Thank you,
Alex
Completed
Last Updated: 17 Mar 2015 07:52 by ADMIN
Declined
Last Updated: 16 Mar 2015 16:03 by ADMIN
Declined
Last Updated: 16 Mar 2015 14:23 by Elena
Declined
Last Updated: 16 Mar 2015 11:48 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0

			
Declined
Last Updated: 12 Mar 2015 09:56 by ADMIN
Declined
Last Updated: 11 Mar 2015 08:12 by ADMIN
Created by: RajaSekhar
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
1
Is this easy thing to integrate BootStrap with Telerik controls...can you please explain.. is it possible to change the telerik skin with bootstrap skin
Completed
Last Updated: 09 Mar 2015 07:03 by ADMIN
ADMIN
Created by: Kostadin
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
1

			
Completed
Last Updated: 09 Mar 2015 06:28 by ADMIN
ADMIN
Created by: Daniel
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
4
Ticket # 541004
Completed
Last Updated: 09 Mar 2015 06:25 by ADMIN
Completed
Last Updated: 24 Feb 2015 17:02 by ADMIN
The shortcut TAB key provides correct behavior only for IE (  entities are added). UNder Firefox and Chrome the behavior is incorrect and not expected.

In FF - nothing is added to the content, moves the focus to the next HTML element.

In Chrome - a SPAN element is inserted.

A possible resolutions replacing the added shortcut for TAB key with the InsertTab command:

<telerik:RadEditor ID="RadEditor1" runat="server" OnClientLoad="OnClientLoad">
</telerik:RadEditor>

<script type="text/javascript">
	function OnClientLoad(editor, args) {
		var shortcutManager = editor.get_shortCutManager();

		if (shortcutManager.findShortCutByName("InsertTabMozilla")) {
			shortcutManager.removeShortCut("InsertTabMozilla");
			editor.addShortCut("InsertTab", "TAB");
		}
	}
</script>

Completed
Last Updated: 18 Feb 2015 09:30 by ADMIN
Completed
Last Updated: 16 Feb 2015 15:29 by ADMIN
ADMIN
Created by: Rumen
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Declined
Last Updated: 11 Feb 2015 08:12 by ADMIN
Completed
Last Updated: 04 Feb 2015 19:07 by ADMIN
ADMIN
Created by: Simon
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
8

			
Completed
Last Updated: 04 Feb 2015 18:32 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
5
Export to PDF  functionality to RadTreeView
Completed
Last Updated: 29 Jan 2015 12:19 by truecare