728x90

 

### 소수점을 버리고 3자리 콤마단위, 값이 없을 경우 0 으로 표시하는 방법

 

> 샘플데이터 : 123456789.987

> 출력데이터 : 123,456,789
> dataset column type 이 STRING, BIGDECIMAL, FLOAT 일 경우

<Cell displaytype="mask" edittype="none" text="bind:stringValue" maskeditformat="###,##0"/>

 

> 샘플데이터 : 123456789

> 출력데이터 : 123,456,789
> dataset column type 이 INT 일 경우

<Cell displaytype="mask" edittype="none" text="bind:stringValue" maskeditformat="###,##0"/>

 

### [수정모드] 소수점을 버리고 3자리 콤마단위, 값이 없을 경우 0 으로 표시하는 방법

 

> 샘플데이터 : 123456789

> 출력데이터 : 123,456,789
> dataset column type 이 STRING, INT, BIGDECIMAL, FLOAT 일 경우


<Cell displaytype="mask" edittype="mask" text="bind:bigValue" maskeditformat="###,##0" maskedittype="number"/>

 

728x90
반응형

'Nexacro(넥사크로) > - Component(Grid)' 카테고리의 다른 글

Nexacro Grid Cell - 달력, 날짜  (0) 2022.12.16
Nexacro Grid Cell - 이미지  (0) 2022.12.16
728x90


<Cell displaytype="calendarcontrol" edittype="date" text="bind:calendar" calendardateformat="yyyy-MM-dd"/>
<Cell displaytype="date" edittype="date" text="bind:date" calendardateformat="yyyy-MM-dd"/>
<Cell displaytype="date" edittype="date" text="bind:date" calendardateformat="yyyy-MM-dd ddd"/>

 

728x90
반응형

'Nexacro(넥사크로) > - Component(Grid)' 카테고리의 다른 글

Nexacro Grid Cell - 숫자 표현  (0) 2022.12.21
Nexacro Grid Cell - 이미지  (0) 2022.12.16
728x90


Grid Cell Tag : 

<Cell displaytype="imagecontrol" text="bind:img" imagestretch="fixaspectratio"/>
<!-- [Cell 참고 옵션] Action > edittype : none -->
728x90
반응형

'Nexacro(넥사크로) > - Component(Grid)' 카테고리의 다른 글

Nexacro Grid Cell - 숫자 표현  (0) 2022.12.21
Nexacro Grid Cell - 달력, 날짜  (0) 2022.12.16

+ Recent posts