Telerik blogs
  • 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.
    August 27, 2013
  • Web

    Using LocalStorage And Kendo UI's Observable To Cache Icenium Everlive Access Tokens

    Using Icenium Everlive for data storage and user authentication is easy. Everlive won't persist your access token for user authentication, between browser refreshes, though. Using a simple combination of Everlive, Kendo UI's MVVM, and a local storage dataSource adapter, you can easily persist the data between refreshes to ensure the user stays logged in.
    August 15, 2013
  • Productivity

    10 Reasons to Choose OpenAccess ORM for Complex Data Access Layers

    Find out why OpenAccess ORM would be a great choice if you are looking for an ORM to support your complex data layer development even in non-standard scenarios.
    August 12, 2013
  • Web

    Kendo UI SPA Screencasts: Layout And DataSource

    I've completed three episodes of my screencasts on the Kendo UI SPA components so far. The most recent of which is part 2 of the Layout and DataSource objects.
  • Mobile

    Data Storage for Windows Store Apps - a Walkthrough

    With the Q2 Release of RadControls for Windows 8 we announced a new Data Storage framework that fills the gap of a local database solution missing in Windows 8/RT. Our solution is based on the well-established SQLite engine but provides additional functionality. Particularly, we implemented a LINQ to SQLite provider and some simple ORM features for the .NET Framework on top of it. On the JavaScript and HTML 5 side, the ORM capabilities are wrapped by a lightweight library which allows JavaScript developers to take advantage of the local database storage using JS objects and standard SQL expressions.