Discussion on Learnly - Learning Management System Template

Discussion on Learnly - Learning Management System Template

Cart 1,264 sales
Well Documented

FrontendMatter does not currently provide support for this item.

195 comments found.

Hi when can i get a teacher’s open profile . I need it.

thank you

Hi Thanks for the latest update to v1.1.0.

However, when I try to follow the docs to build the theme angular from scratch after removing out of box angular on the root folder, the build is success but the page failed to load.

The steps I have followed as below:

cd /path/to/package/root

npm install

npm install -g grunt-cli

node_modules/.bin/npm-install-from—path lib/grunt

npm install -g bower

bower install

grunt—theme angular build:d

grunt—theme angular

When the page loads, it is complaining about the jQuery is not defined in the browser console as such

ReferenceError: jQuery is not defined

}(jQuery));

app.js (line 2382) Error: [$injector:modulerr] Failed to instantiate module app due to: [$injector:nomod] Module ‘app’ is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument. http://errors.angularjs.org/1.3.16/$injector/nomod?p0=app minErr/<@src/scripts/ui-scroll.js:77:12

I did a comparison between out of box angular and the one built from above steps. It has following missing files not built:

1. angular/js/vendor/all.js doesn’t contain all the js code as out of box one. Also the size of this built file is even smaller which is around 1.3MB comparing to 7.7MB out of box;

2. angular/css doesn’t have app folder built comparing to out of box;

Could you please help to check these errors and provide the fix?

Cheers

The output message doesn’t have any error message. I have tried this on MAC (OS X yosemite) as well as Windows 7, both don’t work.
user$ grunt --theme angular build:d
Running "build:d" (build) task

Running "setWatch" task

Running "build:dist" (build) task

Running "clean:dist" (clean) task

Running "swig:dist" (swig) task
Writing HTML to angular/app/course.html
Writing HTML to angular/app/directory-grid.html
Writing HTML to angular/app/directory-list.html
Writing HTML to angular/app/forum-category.html
Writing HTML to angular/app/forum-home.html
Writing HTML to angular/app/forum-thread.html
Writing HTML to angular/app/instructor-billing.html
Writing HTML to angular/app/instructor-courses.html
Writing HTML to angular/app/instructor-dashboard.html
Writing HTML to angular/app/instructor-earnings.html
Writing HTML to angular/app/instructor-edit-course-lessons.html
Writing HTML to angular/app/instructor-edit-course-meta.html
Writing HTML to angular/app/instructor-edit-course.html
Writing HTML to angular/app/instructor-messages.html
Writing HTML to angular/app/instructor-private-profile.html
Writing HTML to angular/app/instructor-statement.html
Writing HTML to angular/app/student-billing.html
Writing HTML to angular/app/student-course-forum-thread.html
Writing HTML to angular/app/student-course-forums.html
Writing HTML to angular/app/student-courses.html
Writing HTML to angular/app/student-dashboard.html
Writing HTML to angular/app/student-messages.html
Writing HTML to angular/app/student-profile.html
Writing HTML to angular/app/student-take-course.html
Writing HTML to angular/app/student-take-quiz.html
Writing HTML to angular/directives/downloadDirective.html
Writing HTML to angular/essential/buttons.html
Writing HTML to angular/essential/forms.html
Writing HTML to angular/essential/grid.html
Writing HTML to angular/essential/icons.html
Writing HTML to angular/essential/progress.html
Writing HTML to angular/essential/tables.html
Writing HTML to angular/essential/tabs.html
Writing HTML to angular/index.html
Writing HTML to angular/website/blog-listing.html
Writing HTML to angular/website/blog-post.html
Writing HTML to angular/website/contact.html
Writing HTML to angular/website/course.html
Writing HTML to angular/website/courses-grid.html
Writing HTML to angular/website/courses-list.html
Writing HTML to angular/website/forum-category.html
Writing HTML to angular/website/forum-home.html
Writing HTML to angular/website/forum-thread.html
Writing HTML to angular/website/home.html
Writing HTML to angular/website/instructor-billing.html
Writing HTML to angular/website/instructor-courses.html
Writing HTML to angular/website/instructor-dashboard.html
Writing HTML to angular/website/instructor-earnings.html
Writing HTML to angular/website/instructor-edit-course-lessons.html
Writing HTML to angular/website/instructor-edit-course-meta.html
Writing HTML to angular/website/instructor-edit-course.html
Writing HTML to angular/website/instructor-messages.html
Writing HTML to angular/website/instructor-private-profile.html
Writing HTML to angular/website/instructor-statement.html
Writing HTML to angular/website/login.html
Writing HTML to angular/website/pricing.html
Writing HTML to angular/website/sign-up.html
Writing HTML to angular/website/student-billing.html
Writing HTML to angular/website/student-course-forum-thread.html
Writing HTML to angular/website/student-course-forums.html
Writing HTML to angular/website/student-courses.html
Writing HTML to angular/website/student-dashboard.html
Writing HTML to angular/website/student-messages.html
Writing HTML to angular/website/student-private-profile.html
Writing HTML to angular/website/student-take-course.html
Writing HTML to angular/website/student-take-quiz.html
Writing HTML to angular/website/survey.html
Writing HTML to angular/website/tutors.html

Running "copy-build" task

Running "copy:images_common" (copy) task
Created 5 directories, copied 72 files

Running "copy:images_theme" (copy) task

Running "copy:copy-vendor-angular-scripts" (copy) task
Copied 6 files

Running "copy:copy-vendor-charts-flot-scripts" (copy) task
Copied 5 files

Running "copy:copy-vendor-core-scripts" (copy) task
Copied 15 files

Running "copy:copy-vendor-jquery-ui-scripts" (copy) task
Copied 9 files

Running "copy:copy-vendor-countdown" (copy) task
Copied 2 files

Running "copy:copy-vendor-css" (copy) task
Copied 12 files

Running "copy:copy-vendor-fonts" (copy) task
Copied 67 files

Running "copy:copy-vendor-forms-scripts" (copy) task
Copied 10 files

Running "copy:select2-images" (copy) task
Copied 3 files

Running "copy:jquery-ui-map" (copy) task
Created 1 directories, copied 7 files

Running "copy:jquery-ui-map-markerclusterer" (copy) task
Copied 1 files

Running "copy:gmaps-infobox" (copy) task
Copied 2 files

Running "copy:copy-vendor-media-scripts" (copy) task
Copied 2 files

Running "copy:slick-fonts" (copy) task
Copied 4 files

Running "copy:slick-images" (copy) task
Copied 1 files

Running "copy:copy-vendor-nestable-scripts" (copy) task
Copied 1 files

Running "copy:copy-vendor-tables-scripts" (copy) task
Copied 2 files

Running "copy:learning-maps-data" (copy) task
Copied 1 files

Running "concurrent:build-dist-1" (concurrent) task
Running "jshint:all" (jshint) task
Running "less:vendor" (less) task
Running "concat:js/app/material.js" (concat) task
File angular/js/app/material.js created.

Running "concat:js/app/media.js" (concat) task
File angular/js/app/media.js created.

Running "concat:js/app/messages.js" (concat) task
Running "prettify:theme" (prettify) task
File angular/js/app/messages.js created.

Running "concat:js/vendor/angular/all.js" (concat) task
Running "less:theme" (less) task
File angular/js/vendor/angular/all.js created.

Running "concat:js/vendor/charts/flot/all.js" (concat) task
Running "browserify" task
File angular/js/vendor/charts/flot/all.js created.

Running "concat:js/vendor/core/jquery-ui.custom.js" (concat) task
File angular/js/vendor/core/jquery-ui.custom.js created.

Running "concat:js/vendor/core/all.js" (concat) task
>> Bundling angular/js/app/app.js
File angular/js/vendor/core/all.js created.

Running "concat:js/vendor/countdown/all.js" (concat) task
File angular/js/vendor/countdown/all.js created.

Running "concat:css/vendor/all.css" (concat) task
>> Bundling angular/js/app/main.js
>> File "angular/app/course.html" prettified.
File angular/css/vendor/all.css created.

Running "concat:js/vendor/forms/all.js" (concat) task
File angular/js/vendor/forms/all.js created.

Running "concat:js/vendor/tables/all.js" (concat) task
File angular/js/vendor/tables/all.js created.

Running "concat:js/app/all.js" (concat) task
File angular/js/app/all.js created.

Running "concat:js/vendor/all.js" (concat) task
>> File "angular/app/directory-grid.html" prettified.
>> File "angular/app/directory-list.html" prettified.
>> File "angular/app/forum-category.html" prettified.
File angular/js/vendor/all.js created.

Done, without errors.

Execution Time (2015-06-25 13:55:15 UTC)
loading tasks                    1.6s  ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? 88%
concat:js/vendor/angular/all.js  22ms  ?? 1%
concat:css/vendor/all.css        35ms  ??? 2%
concat:js/vendor/forms/all.js    26ms  ?? 1%
concat:js/vendor/all.js          83ms  ?????? 4%
Total 1.9s

    >> File "angular/app/forum-home.html" prettified.
>> File "angular/app/forum-thread.html" prettified.
>> File "angular/app/instructor-billing.html" prettified.
>> File "angular/app/instructor-courses.html" prettified.
>> File "angular/app/instructor-dashboard.html" prettified.
>> File "angular/app/instructor-earnings.html" prettified.
>> File "angular/app/instructor-edit-course-lessons.html" prettified.
>> File "angular/app/instructor-edit-course-meta.html" prettified.
>> File "angular/app/instructor-edit-course.html" prettified.
>> File "angular/app/instructor-messages.html" prettified.
>> File "angular/app/instructor-private-profile.html" prettified.
>> File "angular/app/instructor-statement.html" prettified.
>> File "angular/app/student-billing.html" prettified.
>> File "angular/app/student-course-forum-thread.html" prettified.
>> File "angular/app/student-course-forums.html" prettified.
>> File "angular/app/student-courses.html" prettified.
>> File "angular/app/student-dashboard.html" prettified.
>> File "angular/app/student-messages.html" prettified.
>> File "angular/app/student-profile.html" prettified.
>> File "angular/app/student-take-course.html" prettified.
>> File "angular/app/student-take-quiz.html" prettified.
>> File "angular/directives/downloadDirective.html" prettified.
>> File "angular/essential/buttons.html" prettified.
>> File "angular/essential/forms.html" prettified.
>> File "angular/essential/grid.html" prettified.
>> File "angular/essential/icons.html" prettified.
File angular/css/vendor/bootstrap.css created
>> File "angular/essential/progress.html" prettified.
>> File "angular/essential/tables.html" prettified.
>> File "angular/essential/tabs.html" prettified.
>> File "angular/index.html" prettified.
>> File "angular/website/blog-listing.html" prettified.
File angular/css/vendor/font-awesome.css created

Done, without errors.

Execution Time (2015-06-25 13:55:15 UTC)
loading tasks   1.6s  ?????????????????????????????????????????????????????????????????????????????????????????????????? 65%
less:vendor    894ms  ?????????????????????????????????????????????????????? 35%
Total 2.5s

>> File "angular/website/blog-post.html" prettified.

    >> File "angular/website/contact.html" prettified.
>> File "angular/website/course.html" prettified.
>> File "angular/website/courses-grid.html" prettified.
>> File "angular/website/courses-list.html" prettified.
>> File "angular/website/forum-category.html" prettified.
>> File "angular/website/forum-home.html" prettified.
>> File "angular/website/forum-thread.html" prettified.
>> File "angular/website/home.html" prettified.
>> Bundled angular/js/app/main.js in 949 ms
>> Bundled angular/js/app/app.js in 958 ms

Done, without errors.

Execution Time (2015-06-25 13:55:15 UTC)
>> File "angular/website/instructor-billing.html" prettified.
loading tasks   1.7s  ???????????????????????????????????????????????????????????????????????????????????????????????? 63%
browserify     993ms  ???????????????????????????????????????????????????????? 37%
Total 2.7s

    >> File "angular/website/instructor-courses.html" prettified.
>> File "angular/website/instructor-dashboard.html" prettified.
>> File "angular/website/instructor-earnings.html" prettified.
>> File "angular/website/instructor-edit-course-lessons.html" prettified.
>> File "angular/website/instructor-edit-course-meta.html" prettified.
>> File "angular/website/instructor-edit-course.html" prettified.
>> File "angular/website/instructor-messages.html" prettified.
>> File "angular/website/instructor-private-profile.html" prettified.
>> File "angular/website/instructor-statement.html" prettified.
>> File "angular/website/login.html" prettified.
>> File "angular/website/pricing.html" prettified.
>> File "angular/website/sign-up.html" prettified.
>> File "angular/website/student-billing.html" prettified.
>> File "angular/website/student-course-forum-thread.html" prettified.
>> File "angular/website/student-course-forums.html" prettified.
>> File "angular/website/student-courses.html" prettified.
>> File "angular/website/student-dashboard.html" prettified.
>> File "angular/website/student-messages.html" prettified.
>> File "angular/website/student-private-profile.html" prettified.
>> File "angular/website/student-take-course.html" prettified.
>> File "angular/website/student-take-quiz.html" prettified.
>> File "angular/website/survey.html" prettified.
>> File "angular/website/tutors.html" prettified.

Done, without errors.

Execution Time (2015-06-25 13:55:15 UTC)
loading tasks   1.7s  ?????????????????????????????????????????????????????????????????????????????????????? 57%
prettify:theme  1.3s  ????????????????????????????????????????????????????????????????? 43%
Total 2.9s

    >> 207 files lint free.

Done, without errors.

Execution Time (2015-06-25 13:55:15 UTC)
loading tasks  1.6s  ???????????????????????????????????????????????????????????????????????????? 50%
jshint:all     1.6s  ???????????????????????????????????????????????????????????????????????????? 50%
Total 3.3s

    File angular/css/app.css created
File angular/css/main.css created

Done, without errors.

Execution Time (2015-06-25 13:55:15 UTC)
loading tasks  1.7s  ?????????????????????????????????????????????? 30%
less:theme     3.9s  ?????????????????????????????????????????????????????????????????????????????????????????????????????????? 70%
Total 5.6s

Running "autoprefixer:theme" (autoprefixer) task

Running "concurrent:build-dist-2" (concurrent) task

Done, without errors.

Execution Time (2015-06-25 13:55:10 UTC)
loading tasks              2s  ???????????????????????????? 19%
swig:dist                2.3s  ??????????????????????????????? 22%
concurrent:build-dist-1  5.9s  ???????????????????????????????????????????????????????????????????????????????? 57%
Total 10.5s

Just to confirm, you are using the latest version, right?

I’ll try it myself when I get access to a computer. Meanwhile you should try the gulp way (its also way faster btw) and let me know if that worked.

Also, when posting large text or code you should consider using an external paste service like pastebin.com or even a Github gist and just post the URL here.

Thanks.

Yes, I am using the latest version. Thanks for recommendation of using external paste service, ll try next time. Pls let me know how to get it fixed when u resolved that issue. Cheers.

Hi Theme designed by you is very beautiful. I wanted to know if you can design the theme to the rtl form? If your answer is positive, how much is the cost associated with this form? Many thanks Sajjad

Hi,

The RTL module is coming with the next update, as soon as possible. Once you purchase the item, all updates are free, including the RTL, so it won’t cost you anything extra to get the update.

Thank you for your interest and appreciation.

Hello my purchase code is 0c2c8b22-14bc-4ea7-94d9-8a1f28fedeff

Please note that the package is missing an important file for displaying student quiz results. The name of the file is

/learning-1.1.0/html/app-student-quizzes.html

It is showing the resource not found error as below.

HTTP Error 404.0 – Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

Kindly send across the missing file to my email jibymatthews@gmail.com Thanks

Hi,

Thanks for purchasing.

That file was never included with the package because it hasn’t been created yet, as you can also see from our live demo.

However, we are planning to add this file with the next update, as soon as possible.

If there’s anything else you’d like to see added with future updates, please let us know.

Thank you for your patience.

Yes please, a nice and completely robust system with the quiz would be very much appreciated as its a big feature in learning management systems, and unfortunately in your theme also there is no dashboard/admin panel or facility from where we can completely manage the quiz functionality. This would be great welcome change in your next release. Looking forward for that..

Pre purchase question: I like the template but without the backend, it is useless.

Currently, I have a shared hosting account with godaddy and wonder what would need to be done to use your template to manage some online classes and courses.

Is this just the frontend or will it handle student registrations, forum, quizzes, certificates and more?

Hi,

This item provides just the front-end.

Thanks for your interest.

Thank you. I love the way this template looks like but don’t know how to connect it with CMS functionality.

I am waiting for updates :) enizzar: this template don`t need a database, this is only html+css+js template.

This template don’t have or need a database ?

Hello, I`m looking for your theme to buy it.. but I have one question before I buy it… these “menu effect” can I disable them? I like a “normal” menu, it’s possible?

Thanks.

Hi,

Thank you for your interest. Yes, but if you’re bothered by the submenu overlapping the top-level toggle nav item, you can adjust that and keep the show/hide effect while the submenu will go directly under the top-level toggle nav item. Either way, it’s possible.

If there’s anything else, please let us know. Thank you.

Very delicate and beautiful templates, gave me great help.

Hope can supplement website-instructor-public-profile.html and website-student-public-profile.html soon as possible.

THX

Good Morning,

I am interested in this template but just need to know if I will be able to host my companys e-learning material that is produced in Adobe Captivate. The finished product comes out as either a .swf or HTML5 and will be a training video with interactive aspects and a quiz that runs at the end of it.

is there negative marking feature in quiz ?

i mean can there be a negative scoring for wrong answer in the quiz, for example 1 marks for correct answer and -0.25 for wrong answer

Interesting idea.

Just realised you’re probably looking for a complete learning management solution rather than a template.

Learning App is a template and provides the user interface, with static HTML, CSS and JavaScript files.

This item does NOT provide a ready-to-go integration with platforms such as WordPress. You would have to do that yourself or by a specialised developer.

However, we are planning to release a WordPress implementation in the future, just not very soon. We’ll keep in mind your idea for when we get there.

Thanks.

ohh ok, keep me updated with your wordpress version, whenever you will release the version. Thanks, Keep in touch

latest verions has so many issues for IE 9.Check below Url http://learning.aws.ipv4.ro/angular/index.html#/website-courses/grid

go to bottom of the page. It has broken CSS

Top Navagation is also not behaving properly.

Hi,

Looks like for IE9 you’d have to load the separated libraries instead of the concatenated files. Older IE have issues with CSS files over 10k lines and thats why its not rendering the style properly.

Please have a look at the docs for how to disable concatenation. We should probably add a note for IE9 in the documentation as well. If you need help, let us know.

Thanks.

I have directly copy angular folder and copied to IIS virtual directory. Everything is working fine in Chrome but styles are breaking in IE 9. I am not using in gulp or any other tool to compress or concatenation files.

Please advise how to resolve this issue.

the material/js/_form.js with a error Uncaught TypeError: this.val is not a function may be you should fix it with a jquery $(this).val and if init with the input content, the input will has no class ‘used’

Hi,

Thank you for reporting, but please provide more details.

What are the steps to reproduce this error? What browser/operating system are you using? When do you have this issue (e.g. on what pages)? Does this happen on a page from the package you just downloaded or have you modified anything? Are you using the latest version of the item (v1.1.0)?

Thank you.

blur on the empty input can get the error “Uncaught TypeError: this.val is not a function”,

chrome and mac,

when i use the login form or register form get this issue,

this happend also the demo on themeforest. v1.0.0 and v1.1.0 both have this issue.

and i found another issus is that the homepage “sign up” button,the style of modal-backdrop at v1.0.0 is missing,it comes with the default bootstrap modal-backdrop.

so should i add the class “modal-backdrop-white” to the body tag?

Hi,

Thanks for the details. You can expect fixes for both issues with the next update.

The modal’s white backdrop doesn’t work anymore after upgrading Bootstrap to v3.3.4 because they’ve changed the Dom structure for some reason and unfortunately, we didn’t notice right away but we’ll definitely fix it as soon as possible.

If there’s anything else, please let us know.

Thanks.

when will u make Tutor often profile?

I m waiting for it.

tnx

Hi,

Thank you for your request.

The next release will have new pages and features, including the Instructor public profile.

The ETA is 1-2 weeks.

If there’s anything else you’d like to see added, please let us know.

Thank you.

thx for new update but still disappointment..

no new pages and mega menu

what is eta of new update

Hi coderapper005,

We feel the documentation was essential for many customers and so we focused the last update primarily on that. The next update will cover new features and pages.

Please keep in mind the template already includes 100+ pages and should cover many use cases, so from our point of view there’s really no reason for anyone to be disappointed considering what this template already has to offer, but that’s just our opinion.

The ETA for the next update is 1-2 weeks.

Thank you.

thx still waiting for new update…

When will you release a WordPress compatible template ?

Hi,

There’s nothing we would like to answer more than this question, however we can’t say for sure yet.

We are planning to release a WordPress implementation for the Learning App in the future and right now we’re working on a WordPress framework.

Thank you for your interest and if you haven’t done so already, please don’t forget to rate the item.

Thanks for your reply. The template is really very good. But it will be best for the non-techie guys like me after WordPress implementation. There are some plugins in WordPress, If you will mix the functionality of MyCred, PMPro, WpProQuiz with this template’s WordPress version then it will be best for all users.

Thanks for the suggestions.

NEW UPDATE: VERSION 1.1.0 – 30 May 2015

We are pleased to announce the latest release of Learning App v1.1.0.

Release notes

  • Updated libraries:
    • Bootstrap v3.3.4
  • Fixes:
    • Take quiz IE9 compatibility
    • Working with Grunt on Windows (see documentation)
  • Enhancements:
    • Added option to disable the navbar overlapping dropdown menus effect (simply add data-top="100%” to the dropdown-menu element)
    • Added include paths for working easier with source files
    • Improved file structure for vendor and application assets
  • New:
    • New Gulp Workflow
    • New Documentation

Documentation

The new documentation includes:

  1. Installation
    Provides installation instructions for all the various tools and technologies used in the development workflow for this template on any major operating system.
  2. Workflow
    • Gulp (recommended)
      Provides a stream based build pipeline that connects files together across a number of processing steps, defining dependencies. The files content gets read and piped down a number of processing steps which results in the final assets that get used by the application.
    • Grunt
      Provides a file based build system that connects files together across a number of processing steps, defining dependencies and which results in the final assets that get used by the application.
  3. Code
    • Structure
      Provides a basic understanding of the file structure and the main directories you’ll find in the package.
    • Manage assets
      Introduction to Bower, the package manager for the web and basic usage instructions.
    • Include paths
      Easily include files and reusable logic in your application code, whether it’s Less partials used to style the application, Swig templates used to compose HTML documents or JavaScript modules or arbitrary code.
    • Less
      Introduction to Less CSS pre-processor and using vendor prefixes in your application style.
    • Swig
      Introduction and basic usage for Swig, a template engine that allows you to compose HTML pages by using layouts, extend layouts from pages, include reusable partials in your templates and a lot more.
    • Browserify
      Introduction and basic usage for Browserify, a tool for building modular applications in JavaScript which lets you package and organise scripts in a modern and reusable fashion.
    • Right-to-Left
      Guide for adding RTL or Right-to-Left script support to your application, where the writing starts from the right of the page and continues to the left, for languages like Arabic, Hebrew, Syriac, Samaritan or Thaana.
    • AngularJS
      A guide for customizing an existing theme from our templates into an AngularJS SPA or Single Page Application and provides a basic understanding for the AngularJS setup we are using.
  4. Reference

As always, this update is completely free for existing buyers and available for download now.

Feel free to drop us any suggestions or requests you may have and we’ll do our best to make it happen for the upcoming releases.

Thank you.

So,

1st issue:

Overlapping Text:

You must add the used class on form elements with a non-empty value.

<input type="text" class="form-control used" value="My input value" />

2nd issue:

Alert Box:

The form validation error messages are not provided by the template, but by the browser itself. Try a Google search for “html validation error message”.

Thank you.

Hi there,

At sign up screen input text boxes and titles are too close for long etries it becomes a problem that title and the input comes together how can i solve this

and where can i edit alert box contents like ’’Please insert an ’@’ symbol…’‘

Thank you

Can you provide some screenshots please?

Hello,

I love using the template however it causes me a huge issue. I use the Telerik Kendo UI controls and it has a huge issue with your vendor-core.js file. This file is huge and I don’t know where to begin looking but nothing in the Telerik arsenal works unless I comment it out and then I lose the menu functionalites etc.

Telerik adds a div with a script under it like: jQuery(function(){jQuery(”#MainGrid”).kendoGrid({columns Name”,width”:.......................

The error is: Uncaught TypeError: jQuery(...).kendoGrid is not a function

Hi,

We don’t have experience with Kendo, but it seems from their website that it supports Bootstrap and even AngularJS. That error tells me that the Kendo library was not loaded or its a matter of loading order. How are you loading the Kendo library and from where are you calling kendoGrid? We need more details to help you.

P.S. Is there any other error in the web console?

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey