Hi,
I'm just new to kendo, so I may did something wrong, when setting up my project. I have a simple file:
When its rendered in Chrome it looks like as you can find attached. This looks kind of something is missing. But when I click the linkes css and js files in Chrome Source view, it all resolves fine.
Do you have a hint for me?
Thanks in advance!
Jan
I'm just new to kendo, so I may did something wrong, when setting up my project. I have a simple file:
01.<%@ page language="java" contentType="text/html; charset=ISO-8859-1"02. pageEncoding="ISO-8859-1"%>03.<%@ taglib prefix="kendo" uri="http://www.kendoui.com/jsp/tags"%>04.<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">05.<html>06.<head>07.<link href="styles/kendo.common.css" rel="stylesheet" />08.<link href="styles/kendo.default.min.css" rel="stylesheet" />09.<script src="js/jquery.min.js"></script>10.<script src="js/kendo.all.min.js"></script>11. 12. 13.<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">14.<title>Insert title2 here</title>15.</head>16.<body>17. <div id="example" class="k-content">18. <kendo:calendar name="cal1"></kendo:calendar>19. </div>20.</body>21.</html>When its rendered in Chrome it looks like as you can find attached. This looks kind of something is missing. But when I click the linkes css and js files in Chrome Source view, it all resolves fine.
Do you have a hint for me?
Thanks in advance!
Jan
