Telerik blogs
  • Web ASP.NET MVC ASP.NET AJAX

    ASP.NET Ajax Controls in ASP.NET MVC

    The Q3 2008 release is now out and I am glad to inform you that RadScriptManager provides support for ASP.NET MVC view and master pages. What this means is that RadControls for ASP.NET Ajax can be used in ASP.NET MVC. We have tested with the ASP.NET MVC Beta 1 release. .csharpcode { overflow:auto; } .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: Consolas, "Courier New", Courier, Monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt { background-color: #f4f4f4; width: 100%; margin: 0em; } .csharpcode .lnum { color: #606060; } Using RadControls for ASP.NET Ajax in ASP.NET MVC View Pages 1. Add an instance of RadScriptManager to your view page (or master page). Make sure the required HTTP handlers are properly registered (can be done from the smart tag in design time). 2. Add a control to your view page or master page. The following...
    November 06, 2008
  • People

    Small Businesses, Meet BizSpark

    About a year ago, Microsoft launched a cool new program called DreamSpark to help students get started learning to use Microsoft development technologies. DreamSpark allows students to access a wide range of development software from a secure site, allowing them download fully-licensed products like Visual Studio 2008 Professional, SQL Server 2008 Developer Edition, Windows Server 2008, and XNA Game Studio 2.0, among others. I have always thought this was a cool initiative on Microsoft's part to help those developers who don't have the financial means to gain access to these products themselves. Well, it seems Microsoft is at it again. Today S....
    November 06, 2008
  • Desktop WinForms

    RadControls for WinForms in Telerik Trainer

    Recently there was a question posted on the Telerik forums asking if there were plans to include some Telerik Trainer videos for the RadControls for WinForms.  The timing of this question was great since there was already a video being produced on this very topic.  If you haven't experienced the Telerik Trainer, you are missing out.  It presents video content on a given topic with the ability to jump to any part of that video via the Table of Contents.  Additionally, when there is code being presented as part of the video the Telerik Trainer allows you open the code for...
    November 06, 2008
  • Web

    Grid client-side data-binding performance with 1 mil. records

    Just before our Q3 release I've made quick test to see how the grid will perform with 1 mil. records table and here is the result: In this example the grid is bound with our new client-side declarative approach to a static page method: ... <DataBinding Location="~/Default.aspx" SelectMethod="GetData" SortParameterType="Linq"  FilterParameterType="Linq" />   ... ... [System.Web.Services.WebMethod]    public static Telerik.Web.UI.GridBindingData GetData(int startRowIndex, int maximumRows, string sortExpression, string filterExpression)    { ...
    November 05, 2008
  • Release

    Another Sitefinity Case Study on Telerik TV

    Telerik Sitefinity evangelist Gabe Sumner and Telerik Chief Evangelist Todd Anglin co-host another case study on Telerik TV. This month, they interview Amith Nagarajan from Aptify as he discusses why his company chose Telerik as their CMS provider and shows off how they use Sitefinity on their website, Aptify.com. Aptify, which Amith founded in 1993, provides powerful enterprise-level software built to meet the specific needs of many industries. So be sure to drop by Telerik TV and watch as Amith shows how easy it was to use Sitefinity CMS to build a powerful and flexible web site....
    November 05, 2008
  • Web ASP.NET MVC ASP.NET AJAX

    ASP.NET Ajax Controls in ASP.NET MVC

    The Q3 2008 release is now out and I am glad to inform you that RadScriptManager provides support for ASP.NET MVC view and master pages. What this means is that RadControls for ASP.NET Ajax can be used in ASP.NET MVC. We have tested with the ASP.NET MVC Beta 1 release. .csharpcode { overflow:auto; } .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: Consolas, "Courier New", Courier, Monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt { background-color: #f4f4f4; width: 100%; margin: 0em; } .csharpcode .lnum { color: #606060; } Using RadControls for ASP.NET Ajax in ASP.NET MVC View Pages 1. Add an instance of RadScriptManager to your view page (or master page). Make sure the required HTTP handlers are properly registered (can be done from the smart tag in design time). 2. Add a control to your view page or master page. The following...
    November 06, 2008
  • People

    Small Businesses, Meet BizSpark

    About a year ago, Microsoft launched a cool new program called DreamSpark to help students get started learning to use Microsoft development technologies. DreamSpark allows students to access a wide range of development software from a secure site, allowing them download fully-licensed products like Visual Studio 2008 Professional, SQL Server 2008 Developer Edition, Windows Server 2008, and XNA Game Studio 2.0, among others. I have always thought this was a cool initiative on Microsoft's part to help those developers who don't have the financial means to gain access to these products themselves. Well, it seems Microsoft is at it again. Today S....
    November 06, 2008
  • Desktop WinForms

    RadControls for WinForms in Telerik Trainer

    Recently there was a question posted on the Telerik forums asking if there were plans to include some Telerik Trainer videos for the RadControls for WinForms.  The timing of this question was great since there was already a video being produced on this very topic.  If you haven't experienced the Telerik Trainer, you are missing out.  It presents video content on a given topic with the ability to jump to any part of that video via the Table of Contents.  Additionally, when there is code being presented as part of the video the Telerik Trainer allows you open the code for...
    November 06, 2008
  • Web

    Grid client-side data-binding performance with 1 mil. records

    Just before our Q3 release I've made quick test to see how the grid will perform with 1 mil. records table and here is the result: In this example the grid is bound with our new client-side declarative approach to a static page method: ... <DataBinding Location="~/Default.aspx" SelectMethod="GetData" SortParameterType="Linq"  FilterParameterType="Linq" />   ... ... [System.Web.Services.WebMethod]    public static Telerik.Web.UI.GridBindingData GetData(int startRowIndex, int maximumRows, string sortExpression, string filterExpression)    { ...
    November 05, 2008
  • Release

    Another Sitefinity Case Study on Telerik TV

    Telerik Sitefinity evangelist Gabe Sumner and Telerik Chief Evangelist Todd Anglin co-host another case study on Telerik TV. This month, they interview Amith Nagarajan from Aptify as he discusses why his company chose Telerik as their CMS provider and shows off how they use Sitefinity on their website, Aptify.com. Aptify, which Amith founded in 1993, provides powerful enterprise-level software built to meet the specific needs of many industries. So be sure to drop by Telerik TV and watch as Amith shows how easy it was to use Sitefinity CMS to build a powerful and flexible web site....
    November 05, 2008