개발툴/nexacro

[넥사크로] 그리드 대량 데이터 표시시

만랩사원 2021. 1. 11. 17:03
반응형

데이터 조회전에

this.grd_main.set_enableredraw(false);

콜백에서

this.grd_main.set_enableredraw(true);

Grid.set_enableredraw : Grid 에 변경이 발생하면 화면을 자동으로 다시 그릴 지 설정하는 속성입니다.

반응형