728x90
kenco 체크박스 change 이벤트 처리
그리드에서 kenco checkbox 이벤트 처리를 찾아보다 해당 방법이 있어 메모처리.
<input id="checkbox" />
<script>
$("#checkbox").kendoCheckBox({
change: function (e) {
/* The result can be observed in the DevTools(F12) console of the browser. */
console.log(e.checked);
}
});
</script>
728x90
'Programing > Javascript' 카테고리의 다른 글
kendo grid에서 2개의 header를 하나로 합치기 (0) | 2024.11.23 |
---|---|
javascript 기본문법 정리 #2 (0) | 2022.05.01 |
javascript 기본문법 정리 (0) | 2022.04.28 |
댓글