안녕하세요..
AdGrid -->Properties-->FlatFormat := '%.0n';
AdGrid -->Event-->onGetAlignment -->if Acol = 2 then
HAlign:=taRightJustify;
AdGrid -->Event-->onGetFloatFormat-->if ACol = 2 then
FloatFormat := '%.0n';
AdGrid -->Event-->onGetFormat--> if Acol = 2 then
AStyle := ssFinancial;
Adgrid.cells[1,1] := '12345' ----> String 값 입력
Adgrid.Floats[1,2] := 67890 ----> Numeric 값 입력
Cell 2에서 숫자 입력 하면
67,890 으로 표시는 잘되는데
Cell 1 도
12,345 로 표시 되어버립니다(이유가 먼지 모르겠네요-.-;)
셀 2만 컴마 표시될수 있게 할수 없을까요..???
고수님들 부탁해요....
AdvStringGrid는 사용해본적이 없지만...
Cells속성의 인덱스가 Cells[Col, Row]일겁니다. 확인해보세요...
^^ 항상 즐코하세요...