DevExpress 风格 ASP.NET 控件
如何像 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您有两个选择:
我的理解是,DevExpress 已转向使用 HTTP 处理程序来交付其样式,并对交付的内容进行优化。因此,请查找对任何
.axd
文件的请求。You have two options:
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.