Telerik blogs

Latest

  • Desktop

    Windows Notifications Demystified

    Users only spend a limited amount of time in our apps; anything we developers can do to invite them back into our apps increases user engagement. One of the best tools for doing this in Windows Store apps are notifications such as toasts, tiles and badges. We can trigger timely and appropriate notifications from outside […] The post Windows Notifications Demystified appeared first on Telerik Developer Network....
    August 18, 2014
  • Desktop UWP

    Now is the time to Develop Windows Universal Apps!

    I’d like to take a moment and time travel back to late 2010, when Windows Phone 7 officially launched. Microsoft developers everywhere were excited that they could reuse their existing skillset and begin to build native mobile applications. Not only were Microsoft developers happy, but so was Telerik. We had been working closely with Microsoft […] The post Now is the time to Develop Windows Universal Apps! appeared first on Telerik Developer Network....
    August 14, 2014
  • Desktop WPF

    How to display more than one property in editable Telerik ComboBox for WPF/Silverlight

    As a RadComboBox user you probably are already aware of the fact that it provides two edit modes out of the box – along with the default non-editable mode there is an editable one. The editable mode allows the user to get the desired item by typing, however it also ignores the SelectionBoxTemplate which gives you the ability to display the selected item differently. This article will demonstrate how to customize the appearance of the selected item by modifying the EditableTemplate of RadComboBox.
  • Desktop WPF

    How to add minimum populate delay in RadAutoCompleteBox for WPF/Sliverlight

    When it comes to built-in filtering, autocompleting search results and virtualization the RadAutoCompleteBox is the control to go. The control provides multiple selection, autocomplete and text searching modes with it’s out of the box enabled filtering and virtualization. In most scenarios when there is a need for searching/autocompleting functionality the RadAutoCompleteBox behaves perfectly and gets the job done but there are couple more complex scenarios where it is possible to improve its functionality.