[ 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 농부지기
,