首页 > 代码库 > DEV 控件gridControl如何增加按钮列

DEV 控件gridControl如何增加按钮列

In-Place Editer Repository 增加按钮
选中gridview中的某列,在cloumn edit 中绑定
列属性ShowBottonMode=ShowAlways
this.gridView1.OptionsBehavior.Editable = true;(isSelect 列的allow edit变为false)
In-Place Editer Repository 增加bottonclick事件


按钮属性设置:TextEditStyle=HideTextEditor 隐藏编辑区域

DEV 控件gridControl如何增加按钮列