I need to use modified (local version) of standard skin style sheets, because I need to disable skins for whole website. All I need is load skin in one page.
So I have RadCalendar and Windows7 skin.
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test.aspx.cs" Inherits="TestTelerikSkin.test" %><%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title>Skin Test</title> <link href="/Styles/Windows7/Calendar.Windows7.css" rel="stylesheet" type="text/css" runat="server" /></head><body> <form id="form1" runat="server"> <telerik:RadScriptManager ID="RadScriptManager1" runat="server"> <Scripts> <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js"></asp:ScriptReference> <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js"></asp:ScriptReference> <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js"></asp:ScriptReference> </Scripts> </telerik:RadScriptManager> <div> <telerik:RadCalendar runat="server" EnableEmbeddedSkins="false" Skin="Windows7"> </telerik:RadCalendar> </div> </form></body></html>
When EnableEmbeddedSkins is set to false, I need to load and apply my custom css file. If EnableEmbeddedSkins is set to true, assembly skins will be loaded. They should be the same, right? The same css files, the same result. But it is not. Why? How to use custom skin css file?
Check this image: Screen
CSS file is exactly the same as installed version from RadControls for ASP.NET AJAX\Skins\Windows7\Calendar.Windows7.css.
Thanks for help
Heya!
Please delete and deactivate this account, and remove any related data.

Hi,
When i m trying to run scripts in RDP and close/minimize the screen scripts are not running in that RDP. Can i get any solution for this please?
Thanks & Regards
Srilatha Sapireddi.

When I search for Telerik stuff on google I get links in the form https://docs.telerik.com/devtools/winforms/api/html/m_telerik_underscore_delimited_path.htm, but you have updated your site, so the links should be in the form https://docs.telerik.com/devtools/winforms/api/telerik.dot.delimited.path.html. Even your internal search feature relies on Google search. They seem to be lazy about updating the links, or (more likely) there is something wrong on your side. You should fix it, so that Google becomes your friend again...
Even Wayback Machine is not aware of the changes...

I am using UI for ASP.NET MVC Grid.
I need to export editable grid data into excel and then import on same grid for some data manipulation
But I have restriction not to export the footer row and having 15 visible column out of which 6 column need not to exported.
After doing a lot of research I found this way I can only export without footer but could not able achieve removing desired column in gird data export.
function ExportToExcel(e) {
var rows = e.workbook.sheets[0].rows;
var newRows = []
for (var ri = 0; ri < rows.length; ri++) {
var row = rows[ri];
//row.hideColumn.hideColumn("Col1");
//row.hideColumn.hideColumn("Col2");
//row.hideColumn.hideColumn("Col3");
//row.hideColumn.hideColumn("Col4");
//row.hideColumn.hideColumn("Col5");
//row.hideColumn.hideColumn("Comments");
if (row.type !== "group-footer" && row.type !== "footer") {
newRows.push(row)
}
}
e.workbook.sheets[0].rows = newRows
}
Kindly post your solution with sample code to remove desired columns from gird while export along with removing footer row.
Please let me know if any more detail needed. in the code above commented code is just example one of the example how many way I tried but not succeeded.
Thank you
Hi All,
We have a web application with multiple requirements and need assistance with RADCONTROLS
If this is something your comfortable with please contact me with availability via email or call
Email: Kai@dnkenterprise.com
Mobile: +447511442700
SKYPE Email: kkvaja@gmail.com
