Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • Intro to Telerik MVC's DatePicker Control

    The freely available ASP.NET MVC framework by Telerik has added a new DatePicker control that works similarly to the RadDatePicker control in its ASP.NET AJAX framework. Below is a sample of that control: <% Html.Telerik().DatePicker().Name("Picker") .ButtonTitle("Select Date"...
    Posted to Brian Mains by bmains on Sat, Apr 10 2010
    Filed under: Filed under: , ,
  • Telerik Calendar Control Intro for ASP.NET MVC

    The latest release of the open source Telerik ASP.NET MVC framework contains a new calendar control. This control functions similar to the ASP.NET AJAX calendar extender calendar, where it shows a month view, year view, and decade view, and responds to clicks on the client. Telerik can also specially...
    Posted to Brian Mains by bmains on Thu, Apr 8 2010
    Filed under: Filed under: , ,
  • Using the Telerik MVC Grid

    The Telerik MVC grid that comes with Telerik's MVC open source framework is awesome. It really rocks; it has a lot of the features that exists within the ASP.NET AJAX framework are also in this grid implementation. Not only that, it implements MVC syntaxes for constructing the UI. Because the grid...
    Posted to Brian Mains by bmains on Mon, Jan 4 2010
    Filed under: Filed under: , ,
  • Telerik's Compressing and Combining Scripts in MVC

    The latest Telerik MVC set of components features a ScriptRegistrar component that's responsible for compressing or combining scripts into a single file. This compression utility is very easy to implement: to setup this component, use the following steps: 1. In your configuration file, add the following...
    Posted to Brian Mains by bmains on Tue, Nov 10 2009
    Filed under: Filed under: ,
Page 1 of 1 (4 items)