Telerik blogs

Latest

  • Mobile

    Is This Thing On? (Part 2)

    In our last post we looked very briefly at the APIs currently available to help detect connectivity state in mobile/web apps. Our conclusion? Browser APIs have a long way to go in this area! Nevertheless, when used together – and in tandem with a heartbeat check that attempts to talk to a remote endpoint – these tools can be quite useful. But what's the best way to use them 'together'? At the end of part 1, I said that I think a state machine abstraction would work well to manage all of this…but you might be wondering, "What's a state machine?". Before I show you the what and how of finite state machines, I think it's important for us to understand the why of state machines. So, grab some popcorn and prepare to laugh (and hopefully commiserate) as I walk you through what it could look like to solve the connectivity problem without a proper state machine.
    May 10, 2013 11 min read
  • Web

    A Day At The SPA With kendo.Router

    This luxurious SPA life can be difficult. It can lead to some #FirstWorldProblems. What if I want to get started with my treatments and therapy, but I have to stop in the middle and come back later? I don't want to re-start the procedure that I've already started. I would rather return to the same therapist and pick up where I left off.
    May 09, 2013 7 min read
  • Mobile

    Adding secondary tiles to your app

    Secondary tiles enable users to promote specific content and deep links. It enables you to personalize your app experience and give user the power on how they want to access data within their app. Consider a sample app that has a list of useful modules like Todo, Twitter, etc. When added to my dashboard I want to create a shortcut for that module in my Windows 8 start screen.
    May 09, 2013 3 min read
  • Desktop WinForms

    RadChart for WinForms is obsolete. Now what?

    The following message prompts when you run your RadChart for WinForms-enabled project against the latest version of Telerik's WinForms toolkit: 'Telerik.WinControls.UI.RadChart' is obsolete: 'RadChart is obsolete. Please use RadChartView instead.' I know that a lot of questions come to your mind at this very moment. “What happens now? What does RadChartView supports? How do I upgrade to RadChartView? Can my current RadChart implementation stay in my project?”. Read more to find out what the present and future hold for RadChart and RadChartView.
    May 09, 2013 5 min read
  • Productivity

    Telerik OpenAccess ORM in action

    The Telerik OpenAccess Samples Kit speaks louder than words! Take a look at 50+ real-life scenarios of using OpenAccess ORM, new ones added with each following Q release.
    May 09, 2013 2 min read
  • Web

    RequireJS Fundamentals

    If you have been following JavaScript development, you might have seen a lot of posts on modules. It's a hot topic in JavaScript and it's easy to jump on a bandwagon. The truth is that the problem that needs to be solved is very fundamental to the success of your code.
    May 08, 2013 13 min read
  • Productivity Testing

    On Inner and Outer Using Directives

    A true tale of inner and outer using directives and introducing a new, user created extension for JustCode.
    May 08, 2013 4 min read
  • Web ASP.NET AJAX

    How to Implement Drill-down Functionality in Telerik’s PivotGrid for ASP.NET AJAX Part 2

    This is the second post of mine, which elaborates on how to implement drill down functionality in Telerik’s ASP.NET PivotGrid control. In the previous post I demonstrated how to display our Popup Dialog control containing a Telerik Grid with detailed information about the PivotGrid’s data cells. Today I will show you how to optimize the performance of the example provided in my previous post. The drill down demo from the first part is great, but it is not perfect. It has some weak parts and we can improve them. Here’s how.
    May 08, 2013 7 min read