社区
Java
帖子详情
jb9的javabeans里有没有GridControl或是替代品
ptzld
2004-10-12 03:58:48
jb9的javabeans里有没有GridControl或是替代品.
在jb5的javabeans的JBCL选项卡里就有GridControl,
可是在jb9里,JBCL选项卡和GridControl都找不到.
...全文
58
3
打赏
收藏
jb9的javabeans里有没有GridControl或是替代品
jb9的javabeans里有没有GridControl或是替代品. 在jb5的javabeans的JBCL选项卡里就有GridControl, 可是在jb9里,JBCL选项卡和GridControl都找不到.
复制链接
扫一扫
分享
举报
写回复
配置赞助广告
3 条
回复
切换为时间正序
当前发帖距今超过3年,不再开放新的回复
发表回复
打赏红包
fjptzld
2004-10-21
打赏
举报
回复
启动JB9,在其中打开任意一个文件,进入Design页,在其组件面板下右击鼠标,选择properties...,弹出一个对话框选择一个目标面板(例如:Other),选择Add components页,在Library containing components to add后的Select library...按钮,在新的对话框中选择JBCL,单击OK.
在Component filtering组中选种No filtering,单击Add from Selected Library按钮展开com,展开borland,展开jbcl,展开control,单击GridControl,单击OK,OK,OK.
nwpulipeng
2004-10-13
打赏
举报
回复
混分
ptzld
2004-10-12
打赏
举报
回复
二
相关推荐
java reflection 替代,
JavaBeans
替代品
?
I hate the
JavaBeans
pattern with a passion that burns like the fire of a thousand suns. Why?Verbose. It's 2009. I shouldn't have to write 7 LOC for a property. If they have event listeners then hold ...
DevExpress下的拖拽DragDrop操作
目前处理的是把
Grid
Control
的数据行拖拽到richEdit
Control
里
其他拖拽操作依然可以参考以下过程
grid
Control
的数据源只有两列的DataTable 列分别为 Code Caption 开始拖拽的思路是 在
grid
Control
的MouseDown以及MoseMove
里
处理开始拖拽,在richEdit
Control
里
执行并且结束拖拽。
10个devexpress
grid
control
问题总结
刚刚开始用这个控件,还有很多不懂的地方,收藏10个devexpress
grid
control
问题总结,留存在此: 以下总结了Devexpress
Grid
Control
10个常见的问题: 1、DXperience Pivot
Grid
Field自定义格式化方法 描述:如果Pivot
Grid
Field中的值为2011,2012等数字,
有没有
自定义格式化的方法将2011,201...
grid
control
动态增加新行
我们有时会直接在
grid
control
上面动态增加新行。 在
grid
control
里
动态增加行的代码如下:
grid
view1.BeginInit();
grid
view1.AddNewRow();DataRowViewrowAdd=(DataRowView)
grid
view1.GetFocusedRow();rowAdd["Column1"]="Colum...
Grid
Control
根据条件设置每行中某单元格只读
Grid
Control
根据条件设置每行中某单元格只读 要实现该功能,需要在
Grid
Control
下
Grid
View的CustomRowCellEdit事件
里
处理。 具体代码如下: //表示
Grid
Control
中需要设置属性的控件 RepositoryItem _disabledItem; private void _
grid
View_CustomRowCell
发帖
Java
Java
Java相关技术讨论
复制链接
扫一扫
4.9w+
社区成员
8.5w+
社区内容
Java相关技术讨论
java
spring boot
spring cloud
技术论坛(原bbs)
社区管理员
加入社区
获取链接或二维码
帖子事件
创建了帖子
2004-10-12 03:58
社区公告
暂无公告