Telerik blogs

Latest

  • Mobile

    RadChart for Windows Phone 7 and Data Binding

    The fastest chart for windows phone 7 is just around the corner and it is not only fast, it is also very easy to use. To prove how easy to use RadChart is, consider the following steps which take the developer from a blank phone page to a page with a working chart that visualizes real data. In short the steps are these: Create chart object -> Add axes -> add series -> bind series to data. That’s right RadChart will support data binding on day -1 (this is the beta so it is not day 1 yet). Now let’s dig right into it. First...
    June 06, 2011
  • Desktop WinForms

    Let’s build a board game with RadGridView for WinForms

    You probably know RadGridView for WinForms. It became a must for every serious business application for its great and widely used features – load-on-demand hierarchy, self-referencing hierarchy, grouping, sorting, filtering, exporting capabilities and many others. There is one more cool feature that will greatly improve the user experience of your application – our built-in drag and drop mechanism. This is the core feature of the application that we would like to introduce today, namely Telerik Checkers.   As the name implies, Telerik Checkers is an implementation of the standard Checkers game and follows most of its rules. The drag and drop restrictions and customizations are possible thanks to the...
  • Desktop WPF

    Complex filtering for RadChart

    RadChart allows you to programmatically filter its data using FilterDescriptors as demonstrated in our help topic. However there are scenarios where you would like to have more complex filtering. For a sample scenario where a Chart is drawn according to the filtered RadGridView’s data - read further. The Chart and the GridView will be populated with the same data source – List of Business Objects: public class MyDateObject   {       public double SampleValue { get; set; }       public DateTime Date { get; set; }   }     public class MyDataContext   {       public const int min = 20;       public const int max = 80;       public ObservableCollection<MyDateObject> List { get; set; }       Random r = new Random();       DateTime baseDate = DateTime.Today;         public MyDataContext()       {           this.CreateChartData();       }         private void CreateChartData()       {           List = new ObservableCollection<MyDateObject>();           for (int i = 0; i < 15; i++)           {               List.Add(new MyDateObject() { SampleValue = r.Next(min,...
  • Productivity

    OpenAccess Quick Start for Oracle using the Visual Designer

    Introduction This blog post demonstrates how to set up a Telerik OpenAccess ORM project for use with Oracle databases. We will use the Visual Designer to design our domain classes and then generate the corresponding Oracle database schema. Install ODP.NET Telerik OpenAccess ORM uses the ADO.NET (Oracle.DataAcces.Client) Provider from Oracle called ODP.NET. This can be downloaded from the Oracle Website. The way to your model Create a new solution in Visual Studio and add a new project of the type ‘Class Library’.   After creating the ‘Class Library’ our next step is to create a domain model. To do this we use the ‘Domain...
    June 01, 2011
  • Release

    Telerik Chart for Windows Phone 7 - the Fastest WP7 Chart Just Released

      Several weeks ago we announced that we are currently working on a first-class charting solution for Windows Phone 7. Our primary goal – as with every single component – is to deliver highly-performing, pixel-perfect component with an intuitive and easy-to-use public API. Today we are releasing the first BETA of RadChart for WP7 and we are excited to share that our goal has been successfully completed so far – RadChart not only performs well, it is actually the fastest charting component available for Windows Phone 7. Being well familiar with all of the Windows Phone internals and cave-eats, and possessing extensive Silverlight...
  • Release

    Telerik RadControls for Windows Phone Q2 BETA1 now available for download

    I'm happy to announce that the first Beta release of the upcoming official Q2.2011 release of Telerik Windows Phone toolkit is now available for download! This is a major milestone for us and it is including many major improvements over the current official release. We are proud to announce that our newest control - Telerik Chart for Windows Phone is the fastest chart available for Windows Phone. Check out our test bed and test results in this more detailed blog post. If you know of a fast chart for WP7 - compare it with ours and let us know the results :). With this first drop of the chart binaries we...
  • Mobile

    Building Windows Phone appointment viewer application

    {download the application complete source code from your Telerik account (register here for free if you are new to Telerik)} One of the great new features in the new Windows Phone OS, codenamed "Mango" is that developers have access to the device appointments. By using the new APIs we can now integrate the appointments in our applications. To make the developers' lives easier we created a new Calendar control that is an exact copy of the Metro calendar found in the OS. RadCalendar is "appointment-aware" in the sense that you can create a simple appointments data source and bind the calendar to it. This way, the appointments from the data source will be displayed in the month view like...
  • People

    Telerik at REMIX 2011 in Sydney, Australia

    Telerik is proud to be a sponsor at this year's REMIX, the major event in Australia for the web, web technologies, web platforms and web trends. We have just assembled a very nice booth where we will show you some of our very cool web demos and new stuff. Figure: we built this stand in about half an hour Today, 1st June, is the free PREMIX keynote, so come before 7pm to secure your seat. Michael Kordahi, the delic8 genius, promised a special evening with a lot of great speakers and a live performance by ... I won't tell you, because they will delete my blog.  Speaking...
  • Mobile

    RadDataBoundListBox learns new Data Virtualization techniques

    RadControls for Windows Phone 7 Q2 2011 Beta 1 is already at the doorstep which means that you will be able to have a hands-on experience with everything we have been working on lately. A significant piece of the cake are the new data virtualization capabilities that RadDataBoundListBox adds to its repertoir. We have already announced some of the bits in an earlier blog post and now it is time to reveal the bigger picture of what you will be able to do with this control after the new release. So, we will be adding two more virtualization modes that will provide the same...
    June 01, 2011
  • People

    Telerik is Coming to Norway. Visit us at the at Norwegian Developers Conference in Oslo

    Telerik is coming to Norway next week for the Norwegian Developers Conference, which takes place in Oslo on June 8th – 10th.  Visit our booth in Oslo Spektrum and grab a T-shirt for a chance to win amazing prizes, such as Telerik licenses, a Windows Phone 7 coupled with a license for Telerik RadControls for Windows Phone, and a tablet. In addition to the alluring prizes, visiting our booth is your ticket to seeing all the amazing new things we have been busy working on! Some highlights include: • JustDecompile: Telerik’s brand new free .NET decompiler, which has taken the community by storm • JustTrace: a new...