setDataLocation

public void setDataLocation(string strDataLocation); 

 

서버/데이터 위치(URL)를 설정한다.(WCF/Restful 전용)

  • 파라미터

string strDataLocation 서버/데이터 위치

  • 리턴값
  • 상세설명
  • 예제
mObjDataGrid = document.getElementById('slDataGrid').Content.EntryPoint;
mObjDataGrid.setDataLocation('http://moria.com/WCFService.svc');