본문 바로가기 메뉴 바로가기

Grand_J

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Grand_J

검색하기 폼
  • 전체!!차렷 (357)
    • Java & Spring & SpringBoot (103)
    • DB & Redis (35)
    • DevOps (28)
    • React & Vue (27)
    • GitHub & Gitlab (11)
    • NodeJS (14)
    • JSP & JavaScript (47)
    • Kendo UI (15)
    • Wordpress (6)
    • HELLO!! (4)
    • etc (65)
  • 방명록

Kendo UI (15)
Kendo kendoNumericTextBox setting & get value & enable 세팅 및 데이터 가져오기

Kendo kendoNumericTextBox setting & get value 세팅 및 데이터 가져오기 setting $("#아이디").kendoNumericTextBox({format: "#", //fomat text 변경 가능decimals: 0, //min: 0, // 최소값step: 1, // 증가율 value: 0 // 초기 데이터}); value데이터 가져오기$("#아이디").data("kendoNumericTextBox").value(); 데이터 넣기$("#아이디").data("kendoNumericTextBox").value('100'); enable $("#meta_size").data("kendoNumericTextBox").enable(false); //disable$("#meta..

Kendo UI 2017. 11. 28. 16:49
Kendo grid excel toolbar setting 엑셀 툴바 세팅 방법

Kendo grid excel toolbar setting 엑셀 툴바 세팅 방법 $("#그리드아이디").kendoGrid({toolbar: [{ name: "excel", text: "UI상 엑셀 아이콘 내 보이는 텍스트" },], excel: { fileName: "파일명.xlsx" // 저장 파일명 //allPages: true // 그리드 모든페이지 속성 세팅 },...}); 끗!!!!!!

Kendo UI 2017. 11. 28. 16:39
Kendo grid row별 data 가져오기

Kendo grid row별 data 가져오기 var grid = $("#그리드명).data("kendoGrid");var dataItem; $(".클래스명").each(function(index){dataItem = grid.dataSource.at(index);alert(dataItem.컬럼필드명)}); 필드에 클래스를 넣어서 each문으로 각 row의 데이터를 가져오는 방식

Kendo UI 2017. 8. 18. 13:48
Kendo grid checkbox click event

Kendo grid checkbox click event $("#grid_id").on('click', '.className', function () { if($('input:checkbox:checked').length == 0){ //check no }else{ // check ok } });

Kendo UI 2017. 8. 4. 17:03
kendo grid pager change message 그리드 페이저 메세지 바꾸기

pageable: { messages: { display: "{0} - {1} of {2} items", //{0} is the index of the first record on the page, {1} - index of the last record on the page, {2} is the total amount of records empty: "No items to display", page: "Page", of: "of {0}", //{0} is total amount of pages itemsPerPage: "items per page", first: "Go to the first page", previous: "Go to the previous page", next: "Go to the ne..

Kendo UI 2016. 1. 11. 09:55
Kendo Grid get All data 그리드 내 모든 데이터 가져오는 방법

var VersionIdArray = []; var entityGrid = $("#grid_top_list").data("kendoGrid"); var data = entityGrid.dataSource.data(); var totalNumber = data.length; for(var i = 0; i

Kendo UI 2015. 12. 9. 16:17
Kendo Ui Treeview 속성 변경 방법 !!

아래는 트리뷰 속성 중 드래그 아이콘 처리와 드롭시 이벤트 실행 안되게 막음 $("#treeview-left").data("kendoTreeView").enable(".k-item", false); = 노드 disable 처리 (보여주기만) $("#treeview-left").data("kendoTreeView").bind("drag", function(e) { = 속성 변경시 e.setStatusClass("k-denied"); = 아이콘 변경 e.preventDefault(); = 작동 안함 }); $("#treeview-left").data("kendoTreeView").bind("drop", function(e) { e.setValid(false); = 이벤트 막아줌 });

Kendo UI 2015. 7. 21. 09:09
Kendo Ui enable, disable 처리 방법 !!

예시는 DropDownList 로 하였음. Grid, 혹은 다른 것도 가능 할 거 같음 $("#combo_info01").data("kendoDropDownList").enable(false); = disable $("#combo_info01").data("kendoDropDownList").enable(); = enable

Kendo UI 2015. 7. 21. 08:58
Kendo Ui DropDownList 예제 (ajax 방식)

$("#드롭다운 명").kendoDropDownList({ optionLabel: "선택",//제목같은 곳 dataTextField: "text", //보여지는 필드 값 dataValueField: "value", // 실제 값 dataSource: { transport: { read:function(options) { $.ajax({ async: false, // 비동기 type: "post", // 메서드 방식 url: "${pageContext.request.contextPath}/service?name=common/transport.jsp", data: "xmlString="+object2xml({Aa:{bb:"cc"}})+"&url="+serviceUrl+"dd", dataType: "text"..

Kendo UI 2015. 7. 17. 08:55
Kendo Ui API

모를땐 ㄱㄱhttp://docs.telerik.com/kendo-ui/api/javascript/ui/grid

Kendo UI 2015. 7. 14. 15:14
이전 1 2 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • 베스파LX
  • 돌장갑
  • 군산 게스트하우스
  • 담양 여행
  • 송내역 카페
  • 군산 가볼만한곳
  • 송내 룸카페
  • kendo grid
  • 남자 혼자 여행
  • 송내 카페
  • 보성 여행
  • 오라클 DB 링크
  • 인터바이크
  • 윈드스크린
  • 제주도 스쿠터 여행
  • vscode
  • 은파호수공원
  • Docker
  • 국제반점
  • 전국 일주 여행
  • 군산 여행
  • 스쿠터 여행
  • 송내역 룸카페
  • 고흥 여행
  • 남자 혼자 국내 여행
  • 스쿠터 전국 일주
  • 리니지m
  • 영광 여행
  • 초원사진관
  • 나래바이크
more
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바