Telerik blogs

Latest

  • Web

    How To: Run an installer as administrator with logging enabled

    Tired of enabling installer packages with User Account Control turned on? Miss the right-click & Run as Administrator command on MSI files? Want to easily run each installer with logging enabled? At least I was. Here is a quick way to add a Run As Administrator With Log command to msi files (inspired by David Ebbo’s post ): All we need is modify the MSI.Package class definition in the registry. The first step is to add a “runas” shell entry. This allows the command to automatically be run as administrator. The next step is defining a command to be executed. This is the...
    April 12, 2011
  • Web

    How To: Telerik Silverlight components in Microsoft LightSwitch Beta 2

    Have you seen Microsoft LightSwitch ? If not you should try it! This is definitely a simpler way to create high-quality business applications for the desktop and the cloud. While the built-in interface (standard Microsoft Silverlight components) can be used as a start when creating applications you will definitely need custom screens depending on your business scenario and I’ve decided to show you can easily integrate Telerik RadControls for Silverlight in Microsoft LightSwitch Beta 2.
  • Web

    How To Create A Population Pyramid with RadChart for Silverlight

    A population pyramid, also called an age structure diagram as defined by Wikipedia is a graphical illustration that shows the distribution of various age groups in a human population (typically that of a country or region of the world). It typically consists of two back-to-back bar graphs, with the population plotted on the X axis and age on the Y axis, one showing the number of males and one showing females in a particular population in five-year age. Although there are different types of population pyramids this blog post will demonstrate how to create such pyramid using the RadChart’s Horizontal Bar type....
  • Web

    ListView style for your Silverlight and WPF DataGrid

    Have you ever wondered how to create a grid with sorting, filtering, etc. however present items in similar to Windows Explorer ListView way?   With Telerik components for Silverlight and WPF this can be achieved very easily in just three steps:   1. Edit RadGridView style with Blend and remove GridViewScrollViewer from the template:   2. Insert RadTileView in the grid template, bind it to the RadGridView Items and define desired tile content:     3. Run the application to check the...
  • Web ASP.NET AJAX

    How to enable keyboard support in the RadFileExplorer for ASP.NET AJAX

    With the newest version already out, I am happy to present you the latest accessibility improvements of our RadFileExplorer control from the ASP.NET AJAX suite. Now, you don't need the mouse to delete a folder or open a file! Simply focus the FileExplorer, navigate to the grid or treeview using the [Shift+]Tab key, select the desired folder with the Arrow keys and press Delete. A popup dialog asks you to confirm the deletion. Hit Enter to delete, or Esc to cancel.       This was just an example of a common scenario, that could be carried out using the keyboard only. We have ensured that any use case...
    March 24, 2011