public void setDataValueKey(string strColumnId, object objValue)
키값을 이용하여 해당컬럼의 값을 수정한다.
- 파라미터
string strColumnId 컬럼ID
object objValue 값
- 리턴값
- 상세설명
- 예제
mObjDataGrid = document.getElementById("slDataGrid").Content.EntryPoint; mObjDataGrid.setDataValueKey(1, "userName", "홍길동");