gpt4 book ai didi

visual-studio-2010 - 如何在 Visual Studio 2010 中设置 Kendo UI?

转载 作者:行者123 更新时间:2023-12-04 19:15:46 28 4
gpt4 key购买 nike

很难说出这里问的是什么。这个问题模棱两可、含糊不清、不完整、过于宽泛或言辞激烈,无法以目前的形式合理回答。如需帮助澄清此问题以便可以重新打开,visit the help center .




9年前关闭。




如何在 Visual Studio 2010 中设置 Kendo UI?

最佳答案

检查此示例应用程序,如 Kendo UI and ASP.NET WebForms : Building a Task Manager这是开始使用它的步骤。

- In Visual Studio, create a new ASP.NET Web application.
- Download Kendo UI.
- From the Kendo UI download, I copied the following files into the TaskManager/Scripts folder:
1.js/jquery.min.is
2.js/keno.all.min.js
- In the TaskManager application I created a new folder called "kendo" in the /Content folder.

- From the Kendo UI download, copy the following files / folders into the /Content:
1.styles/kendo.common.min.css
2.styles/kendo.silver.min.css
3.styles/Silver (folder)

在 head 部分包含这些:
<head>
<title></title>
<link href="Content/kendo/kendo.common.min.css" rel="Stylesheet" type="text/css" />
<link href="Content/kendo/kendo.silver.min.css" rel="Stylesheet" type="text/css" />
<link href="Content/Site.css" rel="Stylesheet" type="text/css" />

<script src="Scripts/jquery.min.js" type="text/javascript"></script>
<script src="Scripts/kendo.all.min.js" type="text/javascript"></script>
<script src="Scripts/json.extensions.js" type="text/javascript"></script>
</head>

去找 Codeplex - Kendo UI ASP.NET Sample Applications剑道的样例和用法。

关于visual-studio-2010 - 如何在 Visual Studio 2010 中设置 Kendo UI?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9834347/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com