Telerik blogs

Latest

  • Web

    Full support for LinqDataSource and WCSF ObjectContainerDataSource in RadGrid 5.0

    I'm pleased to announce that RadGrid 5.0 will have full support for LinqDataSource and WCSF ObjectContainerDataSource. The grid will be available for download in the beginning of the next week (17-18 September) and in the meantime you can check the attached examples:LinqDataSource exampleObjectContainerDataSource...
    September 15, 2007
  • Web

    How to Change the Silverlight Installation Message

    NOTE: From the very beginning I would like to state that this custom solution is temporary and will most probably change with the next release of Silverlight Plug-In. There is no straightforward approach to changing the Silverlight Download logo. However, a workaround exists. 1) Download the modified TelerikSilverlight.js and add it to your project 2) Within the Default.aspx of your project, reference TelerikSilverlight.js <script type="text/javascript" src="TelerikSilverlight.js"></script> 3) Create a javascript function right bellow the previous line of code <script type="text/javascript">    function GetInstallHtml ()    {        var imgUrl = "http://www.telerik.com/images/editor/OverviewImages/SilverlightLogo.gif";        var myInstallHtml = 'This is my custom text<br/>' +                                         '<div style="width: 205px; height: 67px; background-color: #FFFFFF">' +                                             '<img onclick="javascript:Silverlight.followFWLink({0});"' +                                             'style="border:0;...
    September 10, 2007
  • Web

    RadEditor Prometheus up to 76 percent faster

    For months now we have been talking about the new RadEditor being built in the "Prometheus" suite and how it is going to be the best version of RadEditor to date. Today an early preview of that work was released in the "Prometheus" Futures build and made available for general testing in the Telerik community. Obviously, the version that was released today looks a lot different from the final version that will be released- dialogues are still rough, features are unpolished, and some features are missing- but it is still a great look at what's coming. Today I ran the RadEditor Futures release build through...
    August 30, 2007
  • Web

    Ultimate .NET Credit Card Utility Class

    Have you ever thought about processing credit cards in your .NET application? If you have, then you know one of the first things you need to do is find some code to validate that credit card numbers entered by your users appear correct before you send them along to your payment processor. Having created applications in the past that process credit cards, I know that this task can be surprisingly harder than it should be. There are plenty of code snippets scattered across the 'Nets that show you how to do individual parts of the validating process, but there are few...
    August 30, 2007
  • Web

    How to: Create RadRotator Programmatically

    It recently came to my attention that there is no good documentation on the Telerik website showing you how to create a RadRotator (with a defined template) programmatically. There is some documentation out there showing you how to programmatically data bind a RadTicker, and the RadControls Learning Guide has some good guidance, but nothing exists online for easy Rotator reference. Let's solve that problem and take a quick look at how you can programmatically create your RadRotator and template. Step 1: Define your template. Defining a template for RadRotator in code is very similar to the process involved in programmatically creating a template...
    August 27, 2007