public void setDataHandlerType(int intDataHandlerType);
데이터 처리기를 지정한다.
- 파라미터
int intDataHandlerType 데이터처리기
1 : WCF
2 : Restful
3 : Ajax
- 리턴값
- 상세설명
기본적으로데이터 핸들러만 변경하면 여러 서비스를 통해 데이터를 받을수 있도록 되어 있습니다.
- 예제
mObjDataGrid = document.getElementById('slDataGrid').Content.EntryPoint; mObjDataGrid.setDataHandlerType(1);