Telerik blogs

Latest

  • Productivity Reporting

    Connecting Telerik Reporting to SQL Azure via Open Access

    Download SqlAzure.OpenAccess (C# VS2010) - 163KB In the previous blog post from the series we discussed how to connect Telerik Reporting to a SQL Azure database using ADO.NET with the help of the SqlDataSource component. Now we will demonstrate how to accomplish the same task with Open Access ORM utilizing the OpenAccessDataSource component. For the sake of this example we assume an existing SQL Azure account with the Adventure Works sample database already installed. Let’s start with a new Open Access domain model – the Open Access ORM Data Wizard starts. Choose Microsoft SQL Azure as a backend for the database connection and specify the connection string to your SQL Azure database as shown in the screenshot below: Choose the following tables...
    May 27, 2021 3 min read
  • Web ASP.NET MVC

    Binding Telerik Grid for ASP.NET MVC to OData

    We have just made a nice demo application showing how to bind Telerik Grid for ASP.NET MVC to OData using Telerik TV as OData producer. The grid supports paging, sorting and filtering using OData’s query options. To do that we implemented a helper JavaScript routine (defined in an external JavaScript file which is included in the sample project) which is used to bind the grid. Here is how the code looks like: @(Html.Telerik().Grid<TelerikTVODataBinding.Models.Video>() .Name("Grid") .Columns(columns => { columns.Bound(v => v.ImageUrl).Sortable(false).Filterable(false).Width(200).HtmlAttributes(new { style="text-align:center" }); ...
    May 27, 2021 1 min read
  • Mobile

    Going mobile – the UX perspective. Part 1 – be Metro

      We are proud that our controls are not only excellent development tools but they also excel in appearance, styling, great usability and overall user experience. This is a result of the united efforts of the whole team of our developers and us - the UX and UI designers here in Telerik. Our brand new RadControls for Windows Phone 7 and the all new Metro design guidelines bring so many new UX challenges that we thought it would be a good idea to share them with you and to hear your thoughts, which are of great value for us. This is the first...
    December 16, 2010 4 min read
  • People

    A letter to our customers

    At the end of each year we have time to look back and reflect on the year before and think about the year ahead. 2010 was once again a challenging year for Telerik as well as our customers. The economy continues to be stubborn in many parts of the world. Microsoft released new versions of .NET and Visual Studio that we had to be ready for. Silverlight 4 was released, then pronounced dead, then alive again, then Silverlight 5 previews were shown. Even Mother Nature in April gave us trouble; the eruption of Mt. Eyjafjallajökull in Iceland stranded over a dozen of our employees, including our CEO, on...
    February 25, 2025 3 min read
  • People

    TeamPulse Q3 2010 Service Pack 1 and Special Holiday Promo

    It’s the end of 2010 and we just released TeamPulse Service Pack 1 introducing a great new feature for creating reports as well as enhancements to the existing features. In addition to the new functionalities and in the Holiday spirit we are organizing a special promo with great discounts for all customers of TeamPulse. Read all the way through for the details: Reporting With this Service Pack TeamPulse introduces the ability to create reports based on the project data stored in the application. With this first version we introduce three report types: Iteration Burndown – this report helps you visualize ...
    December 16, 2010 2 min read
  • Release

    Telerik ASP.NET Q3 2010 SP1 installments

    We have just shipped the first RadControls for ASP.NET AJAX Q3 2010 maintenance release that contains mainly fixes and several improvements for the AJAX controls. Below are some of the important enhancements that you may find useful: Updated jQuery library used in Telerik.Web.UI to version 1.4.4 (Grid) GridNumericColumn.DecimalDigits property and LocalizationPath property to specify custom location for XML resource files (Rotator) Support for reflections in the Carousel and CarouselButtons modes (StyleSheetManager) Ability to combine style sheets in a designated external folder (TreeList) WCAG Level A accessibility compliance The complete release notes list is available here and the updated online demos are can be...
    May 27, 2021 1 min read
  • Productivity Testing

    Introducing JustMock Free Edition

    [Cross posted from .NET Musings] Technorati Tags: mocking,.NET,Testing,TDD,BDD,JustMock,Telerik Today Telerik launched a free edition of it’s commercial mocking tool, JustMock Free Edition.  The commercial version of JustMock has been out now for a while, and brings incredible power to the table, such as mocking sealed and static classes, non-public members and types, as well as many more features.  For more information on the commercial version of JustMock, see  http://www.telerik.com/products/mocking.aspx. I do a lot of testing.  I am addicted to TDD/BDD, and can’t live without a mocking tool. The new (or “greenfield”) code that I develop is based on interfaces, SOLID, etc., and I don’t always...
    May 27, 2021 3 min read
  • Desktop WPF

    Using commands with RadDragAndDropManager for WPF and Silverlight

        In this post I will demonstrate how to extend the Drag Drop functionality of the RadDragAndDropManager adding command support by using the attached behaviors extensibility. That way one can easily move the logic for the operation from the code behind into your model and work only with the Data object. To demonstrate the idea I will use scenario where items are being dragged between ListBoxes.   The behavior transforms the Drag Drop events into commands. It exposes the following properties: - DragCommand – executed when dragInfo event is raised. - DropCommand – executed when dropInfo event is raised. - DragCueTemplate – data template that defines the dragcue...
    May 27, 2021 2 min read
  • People

    Agile Seminars in Pune, India this January

    Telerik and e-Zest will be sponsoring two Agile seminars on January 18th at the MCCIA in Pune, India. Hope to see you there! Seminars on Agile Development and Testing Tuesday January 18th 2011 @ MCCIA, Pune   INTRODUCTION The Agile methodology has been adopted at many organizations. Unfortunately, many still struggle with the various methodologies (XP, Scrum, Kanban, etc) and can’t settle on just one. While some organizations do have successes is implementing Agile with the development team, they tend to forget other vital parts of the process, mainly testing. We will present two separate seminars, one on how to choose which agile methodology (or how to mix and match several pieces) to implement in your...
    May 27, 2021 4 min read
  • Release

    Telerik ASP.NET Q3 2010 SP1 installments

    We have just shipped the first RadControls for ASP.NET AJAX Q3 2010 maintenance release that contains mainly fixes and several improvements for the AJAX controls. Below are some of the important enhancements that you may find useful: Updated jQuery library used in Telerik.Web.UI to version 1.4.4 (Grid) GridNumericColumn.DecimalDigits property and LocalizationPath property to specify custom location for XML resource files (Rotator) Support for reflections in the Carousel and CarouselButtons modes (StyleSheetManager) Ability to combine style sheets in a designated external folder (TreeList) WCAG Level A accessibility compliance The complete release notes list is available here and the updated online demos are can be...
    May 27, 2021 1 min read