On Jul 31 I presented a webinar titled “Build HTML5 Sites/Apps for Free with Kendo UI Core”. This webinar was part of the monthly webinars we do here in Telerik India. This blog post is a recap of the webinar. You will find the slide deck, video recording and Q&A from the webinar.
Kendo UI core
On April 16th, we i.e. Telerik announced the introduction of an Open Source Software called Kendo UI Core. Kendo UI Core includes 24 of the UI widgets that are found currently in Kendo UI Web and all of the widgets & features formerly available under Kendo UI Mobile. Kendo UI Core also includes the core framework features that are available in Kendo UI for e.g. DataSource, MVVM, SPA etc.
To know more about Kendo UI Core, head over to its page on our website here: http://www.telerik.com/kendo-ui/open-source-core
Slide Deck:
Here is the slide deck used for the webinar:
Video Recording:
Here is the video recording of the webinar:
Q & A:
Here is a recap of the questions that we received during the webinar.
Q: Recently Kendo team integrated Angular JS framework in kendo UI core. Is there any dependencies to create Angular JS apps or just include kendo-ui-core.min.js and jQuery.js?
A: You need to have a reference to angular.js script file before referencing kendo script file. That’s the only dependency we have for working with angular.
Q: What about globalization in kendo UI. What we need to do for globalization support?
A: Here is getting started with Kendo UI Globalization documentation: http://docs.telerik.com/kendo-ui/getting-started/framework/globalization/overview
Q: Can we enter custom interval for date time picker time part?
A: Yes you can. The interval of the time can be controlled through interval property in minutes. Find more info here: http://docs.telerik.com/kendo-ui/api/web/datetimepicker#configuration-interval
Q: How can I select only date from the datetime picker control that is without showing default time?
A: Date Time Picker is for showing both date and time. If you just need Date, you should try DatePicker widget – http://docs.telerik.com/kendo-ui/api/web/datepicker
Q: How we can implement offline behaviour of application using Kendo UI?
A: At the moment we don’t have out of the box support for offline. But you can always cache the data in local storage and use it when offline.
Q: How can I override kendo globalization and support my custom date time format?
A: Kendo has a toString() functionality which takes a predefined format or a custom format to format the date. More information here: http://docs.telerik.com/kendo-ui/getting-started/framework/globalization/dateformatting
Q: Can I use Kendo UI Data Source in MVC application?
A: yes you can
Q: Where can I get the list of different widgets present in Kendo UI Core?
A: Take a look at this page: http://www.telerik.com/kendo-ui/open-source-core
Q: Is it possible to add events into the Kendo Calendar?
A: Yes. Take a look at the following demo: http://demos.telerik.com/kendo-ui/calendar/template
T-Shirt Giveaway:
As usual we have picked two winners for our t-shirt giveaway. The following persons will get our .NET Ninja T-Shirt shipped to them.
- Chandra Bhushan
- Vinay Kumar
Congratulations. We will contact you on our email to get your address and ship it to you. For rest of you, don’t worry – we do have a lot of webinars lined up through the year.
Till next time, Happy Coding!