본문 바로가기
프로그래밍/jqgrid

jqgrid 셀 이벤트

by RPoint 2012. 9. 7.

colModel:[

//{name:'ORG_NO', edittype:"checkbox" , hidden:false, index:'ORG_NO', width:30,sorttype:"string",editable:false,align:"center"},

{name:'ORG_NO_CH' ,index:'ORG_NO_CH'

,width:30,   editable: true , align:"center"

,edittype:"checkbox",editoptions: {value:"true:false"},formatter:"checkbox",formatoptions:{disabled:false},sortable:false

,dataEvents:[

            {type:'change',fn:function(e){alert(e)}}

            ,{type:'click',fn:function(e){alert(e)}}

            ]

            

},

'프로그래밍 > jqgrid' 카테고리의 다른 글

jq그리드 속성 변경  (0) 2012.09.12
jqgrid - 체크 박스  (0) 2012.09.07
jqgrid tree 예제,,,  (0) 2012.09.03
jqgrid 리스트 만들기  (0) 2012.09.03
jqgrid 마지막 row 추가  (0) 2012.09.03
jqgrid row 수정  (0) 2012.09.03
jqgird 그리드 row 삽입 - 중간에 삽입  (0) 2012.09.03
jqgrid - treegrid 예제...  (1) 2012.08.29

댓글