[ Nexacro.Grid.Head 컬럼 Fixed 처리 ]

 

1. Grid에서 현재 Fixed cell정보 얻기

    grid.getFormatColProperty(cellIdx, "band");

 

2. Grid에서 특정Cell에 Fixed처리하기

    grid.setFormatColProperty(cellIdx, "band", "left");

    grid.setFormatColProperty(cellIdx, "band", "right");

 

3. Grid에서 특정Cell에 Fixed 해제하기

    grid.setFormatColProperty(cellIdx, "band", "body");

'Nexacro-Grid > Head' 카테고리의 다른 글

Nexacro.Grid - grid Header Merge  (0) 2017.01.28
Posted by 농부지기
,

http://farmerkyh.tistory.com/886

'유틸리티 > eclipse' 카테고리의 다른 글

eclipse - jad적용시키기 (class 파일 보기)  (0) 2018.08.01
eclipse단축키  (0) 2018.07.17
Hot deploy, DynamicLoading. java,class자동반영  (0) 2017.11.23
[Eclipse] 메모리 오류 발생시  (0) 2017.07.12
eclipse. 설치파일  (0) 2017.02.28
Posted by 농부지기
,