03 2010 档案

【ASPxRoundPanel】 实现 100% Height 效果
摘要:注意事项对于 ASPxRoundPanel,实现 100% Width 非常简单,只要设置 Width 属性为 100% 就可以了,但是 100% Height 就不能通过设置一个属性来实现了,目前只能通过 JavaScript 来辅助实现。实现方法代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://w... 阅读全文

posted @ 2010-03-16 15:59 CsharpStyle 阅读(3591) 评论(0) 推荐(0)

【ASPxGridView】 隐藏“新建”按钮 - hide new button
摘要:注意事项ASPxGridView 的“新建”按钮是无法禁用的,只能隐藏。实现方法1. 激活 ASPxGridView 的“新建”按钮 2. 添加绑定事件 DataBound 处理代码代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHigh... 阅读全文

posted @ 2010-03-11 16:13 CsharpStyle 阅读(782) 评论(0) 推荐(0)

【故障修复】 在 Visual Studio 2008 Sp1 中,对 DexExpress ASPX 控件属性所做的修改,无法保存
摘要:故障现象在 Visual Studio 2008 Sp1 的设计器中,修改嵌套的 DevExpress ASPX 控件(例如嵌套在 ASPxRoundPanel 中的 ASPxGridView 控件)的属性。修改完成之后,设计器中能够反映修改的结果,但是代码视图和运行结果中都看不到修改的结果。故障原因只能说不明了。。。解决方案官方提供的解决方案需要下载和安装一个 Visual Studio 200... 阅读全文

posted @ 2010-03-11 15:54 CsharpStyle 阅读(407) 评论(0) 推荐(0)