You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 특정 row의 id 가져오기varids=$("#svrinfoGridTable").jqGrid('getGridParam',"selrow");// 특정 cell에 강제 커서(?) 지정하기$(#jqGrid아이디).jqGrid('setSelection',rowId);// 특정 row, cell의 데이터 가져오기(varcustomerName=$(#jqGrid아이디).jqGrid('getCell',rowId,cellName);// 특정 row에 배경 색상 지정하기$(#jqGrid아이디).setRowData(selectedId,false,{background: '#FB916A'});// Cell 클릭했을 때 이벤트
onCellSelect : function(rowId,columnNo,cellcontent,e){
...
// grid 완료 후 이벤트
gridComplete : function(){// 기타reloadGrid,getSelectedRowId,getRowData,getCellData,등등
The text was updated successfully, but these errors were encountered:
jqGrid
The text was updated successfully, but these errors were encountered: