setRowBackgroundColor

public void setRowBackgroundColor(string strRowBackgroundColor);

Row의 백그라운드 색상을 설정한다.

  • 파라미터

string strRowBackgroundColor 백그라운드 색상

  • 리턴값
  • 상세설명
  • 예제
mObjDataGrid = document.getElementById("slDataGrid").Content.EntryPoint;
mObjDataGrid.setRowBackgroundColor("#FF0000");