cxGrid 禁止点击表头 排序 和 筛选
摘要:  ![image]
阅读全文
posted @
2024-09-20 19:43
del88
阅读(16)
推荐(0) 编辑
cxgrid 的 FocusedRecordIndex、FocusedDataRowIndex、FocusedRowIndex 区别
摘要:procedure TForm2.Button1Click(Sender: TObject); begin cxGrid1TableView1.DataController.RecordCount := 2; var APeriodIndex, ADistanceIndex, AOrbitsInde
阅读全文
posted @
2024-09-20 11:00
del88
阅读(34)
推荐(0) 编辑
CxGrid 表格列内容居中
摘要:首先每一列 Cxgrid 都不知道要当成什么来出来,所以每一列都有个properties 让你来设置,告诉cxgrid 这列的内容是什么,然后根据你给出的内容 再来决定用什么居中方式; 就是说 官方再设计的时候,想的是 居中的方式与你所认为这列的内容格式有关,因为如果是字符串、数值类型,那么可以居中
阅读全文
posted @
2017-04-13 17:36
del88
阅读(493)
推荐(0) 编辑