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

unable to use kendo ui controls

3 Answers 58 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Nikita
Top achievements
Rank 1
Nikita asked on 01 Dec 2015, 05:42 AM

Hello,

I am new to telerik, I am trying to learn the kendo UI controls. I was previously using visual studio 2012 professional edition, I have switched over to visual studio 2012 express edition. however in the express edition I am unable to change my html controls to kendo controls. Please let me know where am I going wrong? I have attached a code below. Thank you.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script src="telerik.kendoui.professional.2015.3.1111.trial/js/kendo.all.min.js"></script>
<script src="telerik.kendoui.professional.2015.3.1111.trial/js/jquery.min.js"></script>
<link href="telerik.kendoui.professional.2015.3.1111.trial/styles/kendo.default.min.css" rel="stylesheet" />
<link href="telerik.kendoui.professional.2015.3.1111.trial/styles/kendo.common.min.css" rel="stylesheet" />

</head>
<body>
<div id="example">
<label>First Name</label>
<input type="text" name="firstName" id="txtFname" value="" />
</div>

<script>
$(document).ready(function () {
$("#txtFname").kendoMaskedTextbox({
});
});
</script>

</body>
</html>

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 03 Dec 2015, 09:59 PM
Hi,

Visual Studio Express doesn't support extensions (which includes Kendo UI). You can however manually add Kendo UI to your project.

Regards,
Pavlina
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Nikita
Top achievements
Rank 1
answered on 04 Dec 2015, 09:59 AM
Okay Thanks!
0
Pavlina
Telerik team
answered on 04 Dec 2015, 02:12 PM
Hi,

Do not hesitate to contact us if further questions arise. We will be happy to help.

Regards,
Pavlina
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
General Discussions
Asked by
Nikita
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Nikita
Top achievements
Rank 1
Share this question
or