특정 컬럼의 길이를 maxlength 길이만큼 제한합니다.

edit: function (e) {
                e.container.find("input[name=컬럼이름]").attr("maxlength", 5);

}

 

'' 카테고리의 다른 글

kendo ui schema  (1) 2021.12.03
select tag onchange  (0) 2021.12.01
css tag li, ul에서 불릿이나 숫자 제거하는 방법  (0) 2021.10.28

+ Recent posts