Telerik Forums
Community Forums Forum
4 answers
311 views

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>
 
<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

jaygarrick13
Top achievements
Rank 1
 answered on 07 May 2019
9 answers
163 views

Heya!

Please delete and deactivate this account, and remove any related data.

Dimo
Telerik team
 answered on 02 May 2019
1 answer
132 views

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.

Elena
Telerik team
 answered on 18 Apr 2019
5 answers
253 views
Hi,

Is there any tool in Telerik Library for HTML - PDF conversion. Because I've tried iTextSharp and AbcPDF but they are not parsing the HTML generated by RADEditor, for example RADEditor generates <BR/> for line break but AbcPDF recognizes <BR />,  a space is need between <BR and />. <Table> and <TBODY> are also unknow for these two APIs.

So is there any convertor in Telerik Library.

Ali
Dominic
Top achievements
Rank 1
 answered on 25 Mar 2019
1 answer
123 views

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...

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 Feb 2019
0 answers
1.1K+ views

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


ASPN
Top achievements
Rank 1
 asked on 26 Feb 2019
5 answers
1.4K+ views
Hi,

I'm an IT & Computer Sciences student from Tunisia,

Last summer, with the old version of Telerik site, I found a link in FAQ saying that Telerik is presenting lower prices for students if they are able to proove that their are really students.

The problem is that I'm not able to find that link anymore and I don't know if Telerik is still giving those lower prices.

If anyone knows, please tell me.

Thanks in advance..
Charles
Top achievements
Rank 1
 answered on 12 Feb 2019
5 answers
92 views
Please can you remove this my account? Thank you
Christian
Telerik team
 answered on 04 Feb 2019
2 answers
204 views

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

Rabbani
Top achievements
Rank 1
 answered on 01 Feb 2019
7 answers
254 views
You have not implemented edit/update ability of questions. Please provide this option because sometimes it is strongly needed.
Dimo
Telerik team
 answered on 22 Jan 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?