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

Bug in Outlook-Inspired template

1 Answer 74 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Lloyd
Top achievements
Rank 2
Lloyd asked on 21 May 2018, 03:54 PM

Just a heads-up:

 

When creating a new Telerik ASP.Net project, if you choose "Outlook-Inspired" as your template, the following typos appear in two of the control files:

  • In FolderNavigationControl.ascx, the first line reads:
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="FolderNavigationControl.aspx.cs"...

 

As it is a control and not an aspx page, it should reference the CodeBehind as follows:

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="FolderNavigationControl.ascx.cs...

 

  • Similarly, in MobileNavigation.ascx, the first line reads:
<%@ Control Language="C#" AutoEventWireup="true"  CodeBehind="MobileNavigation.aspx.cs"...

 

when it should read:

<%@ Control Language="C#" AutoEventWireup="true"  CodeBehind="MobileNavigation.ascx.cs"...

Otherwise, very nice template!

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 24 May 2018, 12:12 PM
Hi Lloyd,

Thanks a lot for bringing this issues to out attention. I have passed them to the team responsible for this projects and they will be resolved as soon as possible.

Your Telerik points also hav been updated accordingly.

Regards,
Vessy
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
General Discussions
Asked by
Lloyd
Top achievements
Rank 2
Answers by
Vessy
Telerik team
Share this question
or