문제

I can not find the function under kendo.bind kendo class. I used the beta version 2013.q1. This is a license requirement?

  • With a library using require.js.

Thanks.

도움이 되었습니까?

해결책 2

The kendo.bind method is available in kendo.binder.min.js if you are using stand alone files.

다른 팁

kendo.bind is part of KendoUI and might be found in different files depending on your KendoUI distribution / strategy (include all, include the minified files, include sources,...). The two most typical files where you can find it are:

  1. js/kendo.all.min.js.
  2. js/kendo.web.min.js.
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top