In case you missed it, there is a new internal build available for download for RadControls for WinForms. Among the several fixes that this build comes with, you will find a fixed issue in RadScheduler with the all day header area when the scheduler is in Week view. Another important fix is in RadTabStrip, where under certain conditions the children of the TabItem.ContentPanel became hidden.
Check the Release Notes and get the latest internal build from the Latest Internal Builds area (log in required).
The Telerik Visual Studio Extensions are now included in the RadControls for ASP.NET AJAX and RadControls for Silverlight installers in order to make the development of applications with Telerik RadControls faster and easier. The main entry point for the Visual Studio Extensions is the Telerik menu. It is context sensitive and changes its state depending on the projects you are working on. 1) Create New Telerik Project menu item This state can be observed when no solution is opened or the currently selected project is not suitable for use with RadControls. Using the Create New Telerik Project menu item you can create a new Telerik Project with...
Last week we updated the Telerik CAB Enabling Kit for RadControls for WinForms on CodePlex with the mighty Q3 2009 versions of our WinForms tools. A few compatibility issues were resolved with this update as well. If you are using the WinForms CAB kit, just visit http://telerikcab.codeplex.com/ to download the latest update. Enjoy!...
Developers (yours truly included) often hate it when there is a need to deal with an external tool to accomplish a simple task. The upgrade process of RadControls seems such a task – you need to start a browser, open the Telerik website, login to your account, navigate to the Downloads section, download the installer and run it. Even more - if you want to keep updated you need to either check your RSS reader or e-mail, or refresh the Downloads page when you’re eagerly waiting for a new version. One of the new features in the RadControls for ASP.NET...
One of the most wanted features related to hierarchy in RadGridView is the support for hierarchy containing one-to-many relations. Now, this is possible by using tabbed child views. We added the feature in our latest release – Q2 2009. However, RadGridView is not restricted to show only tables. Child views can be used to display any relevant information (e.g. rich text, picture or even a chart). If fact you can use any RadElement or host a control by using the RadHostItem. In the example below I will demonstrate how to do it. You should follow a few simple steps: 1. First bind the...