Q: Column 에디터 를 row 별로 따로따로 설정 할수 있는가?
A: TcxGridDbColumn.OnGetProperties 이벤트에서 AProperties 를 설정해주면 된다.
if ARecord.Index = 0 then
AProperties:= TcxButtonEditProperties.Create( self )
else Arecord.index = 1 then
AProperties:= cxEditRepository.Items[0].Properties;
* 각 에디터에 해당하는 유닛들을 직접 uses 절에 포함시켜 줘야 하고 각종 옵션들도 역시 직접코드로 설정을 해줘야 하겟지~ 아니면 cxEditRepository 미리 쓸꺼 만들고 옵션도 설정해주고 쓰면 된다.
참고
반응형
'삽질' 카테고리의 다른 글
delphi / TComboBox, TListBox onDrawItem (0) | 2023.08.15 |
---|---|
NeuroTechonology FingerPrint SDK 13 이용기 (1) | 2023.06.01 |
git - 토큰 인증. (0) | 2022.04.14 |
delphi - dbgrid double click 시 col, row 번호 구하기 (0) | 2021.07.20 |
Delphi - TClientDataset - Invalid Parameter (0) | 2021.02.19 |