In my previous post I walked through the basic steps to use a kendo.data.DataSource to build a very simple "to do" list. That version of the app was mostly read-only, with the exception of being able to mark an item as done. You couldn't, however, add or remove...
In this series, I’m demonstrating the creation of a simple web application called “Room Scheduler” that allows a fictional hotel to manage guests and their reservations. This part of the series demonstrates how to complete a dashboard for the hotel staff. With this simple dashboard, a user can easily see the current guest list and review any of those guests complete reservation details with a single click.
As a new member of the Kendo UI team, I have a lot to learn. There are more controls, options, framework bits and other features found in Kendo than I had ever dreamed of while using Kendo UI in my previous projects – and we are...
In this article, we show you how to eliminate the frustration with ASP.Net generated ClientID values. We will create a JavaScript object that will allow you fast and simple access to your ASP.Net controls from JavaScript code.