Telerik blogs
  • Mobile

    Creating A Mobile Site For Your SQL Server Data

    Mobile sites are a fantastic way to expose your enterprise data to mobile users within your organization. They are fast and are built with technology you already know. Using MVC 4, we can leverage server-side code to build static pages that result in fast and secure enterprise mobile applications.
    March 17, 2022 18 min read
  • Web

    Handling Server-Side Validation Errors In Your Kendo UI Grid

    Server-side validation is an important part of any web application, and with the Kendo UI MVC extensions it is extremely easy to handle with the data services that a Kendo UI Grid uses. This post shows you how to implement server-side validation and client-side feedback.
    May 27, 2021 8 min read
  • Release

    Announcing the Kendo UI Q3 2013 Roadmap!

    Happy August everyone! I hope you enjoyed your Summer (or Winter, as it were) as much as I did, and I hope you're buckling down for an exciting second half of 2013. To help you gear up, I thought you might like a Q3 2013 roadmap update!
    May 27, 2021 6 min read
  • Web

    How To Load And Save A Single Record In A Kendo UI DataSource

    In my last post, I talked about storing user credentials from Everlive in localstorage. This gave me a nice way to keep a user logged in, between page refreshes. After having used this for a bit, I realized that I was adding new records to the local storage on every login. This was causing a problem because I wasn't getting the right credentials loaded all the time. Every time the wrong credentials were loaded, the app thought I was not logged in because the credentials were invalid. To fix this, I needed to fix my storage so that it always loaded a single record and saved that single record.
    May 27, 2021 2 min read
  • Release

    This Month in the Kendo UI Labs (August 2013)

    In May, I introduced a new series that highlights the work happening in the Kendo UI Labs. Today, I’ll share an update for July and August, including new projects, updates and key contributors.
    May 27, 2021 5 min read