DevExpress 风格 ASP.NET 控件

发布于 2024-09-25 16:57:58 字数 287 浏览 3 评论 0原文

如何像 devexpress 那样自定义 asp.net 控件?

这是一些例子,这实际上是我想要做的:

http://demos.devexpress .com/ASPxGridViewDemos/GridEditing/EditModes.aspx

关于此,任何教程,任何资源吗?

谢谢。

How can i customize asp.net controls like devexpress did?

Here is some example, this is actually what i want to make:

http://demos.devexpress.com/ASPxGridViewDemos/GridEditing/EditModes.aspx

About this, any tutorial, any resource?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

幸福还没到 2024-10-02 16:57:59

您有两个选择:

  • 购买他们的 ASPx 控件,然后获得源代码。但这样你就拥有了真实的东西,不需要模仿它。
  • 在您链接的页面上,右键单击并查看源代码。由于它是 ASP.Net,样式存储在您的计算机上,您只需了解在哪里可以找到它们,以便可以检查它们。

我的理解是,DevExpress 已转向使用 HTTP 处理程序来交付其样式,并对交付的内容进行优化。因此,请查找对任何 .axd 文件的请求。

You have two options:

  • buy their ASPx controls, then you get the source. But then you have the real thing and don't need to mimic it.
  • on the page you linked, right click and view the source. As it is ASP.Net, the styles are stored on your machine, you just have to learn where to find them so you can examine them.

My understanding is that DevExpress have moved to using an HTTP handler to deliver their styles and perform optimisations with what is delivered. So look for requests to any .axd files.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文