Telerik blogs

Latest

  • Productivity

    Using GridView's Object-Relational Hierarchy with Telerik Open Access ORM

    In our previous blog post we showed how to use the new RadGridView Object-Relational Hierarchy with the Entity Framework. The same scenario can be easily implemented with Telerik OpenAccess ORM. The OpenAccess wizard for adding a new DomainModel will help us build the model of the well-known Northwind database in a few easy steps: Once this is done, the auto-generation of the hierarchy is very simple and needs just a few lines of code. We only need the LINQ query to the root object used for a DataSource (in our case “Suppliers”) and then setting AutoGenerateHierarchy to true: NorthwindEntities entities = new NorthwindEntities(); var query =...
    May 27, 2021 2 min read
  • Productivity Reporting

    Q3 2010 Release Videos for Telerik Reporting

    A few weeks ago, the Q3 2010 release made its official appearance. This release marked the addition of various new features across all Telerik products. As with every release, we try our hardest to create video tutorials corresponding to each new product feature. In these videos we generally write the code to some sort of example application. Often we receive requests for this code, so I thought I would save you the trouble of asking and post the code to the Telerik Reporting videos here in this blog entry. Here is a list of all videos related to Telerik Reporting ...
    May 27, 2021 2 min read
  • Productivity

    New to the concept of agile testing? Get yourself started with a free webinar!

    Many teams are struggling to deliver quality software on time yet keep up with quickly shifting business requirements. This is why the agile development methodology is gaining momentum as it allows software teams to be more flexible and adaptable to customer needs. Testers’ role is gaining new perspectives too. The agile development model involves testing as early as possible. This is usually done by using automated agile automated testing tools to minimize the amount of manual labor involved. If you want to learn more about automated testing in agile teams, join us for the free “Automated Testing in the Agile Environment” webinar on...
    May 27, 2021 1 min read
  • Productivity Testing

    WebUI Test Studio Q3 Step by Step Videos

    Ever since our Q2 2010 release back in July, our testing tools team here at Telerik has been busy working on a fantastic new set of features to our QA automation suite, WebUI Test Studio. Just a couple weeks ago, all their hard work paid off with the official launch of our Q3 2010 release. We have created a series of videos highlighting how to use all the new features of WebUI Test Studio, these videos will help you get started quickly! Webinar - What's New in Q3 2010 WebUI Test Studio Scheduling Test Lists for Remote Execution - ...
    May 27, 2021 1 min read
  • Productivity Reporting

    Connecting Telerik Reporting to OData feeds

    Download ODataSample (C# VS2010) - 167KB Download ODataSample (VB VS2010) - 180KB The Open Data Protocol, also known as OData recently has gained a lot of popularity. That is why we decided to demonstrate how to connect and consume an existing OData feed from Telerik Reporting with the help of WCF Data Services. For the sake of this example we will connect to the Northwind sample database exposed as an OData service with the following root URL: http://services.odata.org/Northwind/Northwind.svc. Let's start by adding a service reference to the Northwind data service to our report class library - we use the above service URL for this purpose: Visual Studio creates a reference to the service...
    May 27, 2021 2 min read