Adding additional power to RadGridView for Silverlight with attached behaviors
PART I [example: Adding an ‘Insert new row’ button to RadGridView ] Certain scenarios require adding additional behaviors and/or visuals to RadGridView. Implementing these as integrated features in...
View ArticleAdding additional power to RadGridView for Silverlight with attached behaviors
PART II [example: Conditional formatting of cells in RadGridView for WPF and Silverlight] Lets say we have a list of products and we need to mark higher prices (>15.00) with a red color....
View ArticleAdding additional power to RadGridView for Silverlight with attached behaviors
PART III [example: Column Groups A.K.A. Merged Column Headers] Recently we have had a lots of requests for a feature referred as column groups / merged column headers / common headers for two or...
View ArticleDisplaying images stored in MS SQL with RadGridView for Silverlight
There are different ways to store images in a SQL database. In our little demo we have the images placed as binaries in an image type column in a MS SQL table.. As you may know Silverlight works with...
View ArticleFiltering GridViewComboBoxColumn in RadGridView for WPF
GridViewComboBox column is used to display lookup data in user friendly manner. For our demo we bind RadGridView for WPF to a collection of custom Location objects. As you may notice – each...
View ArticleMath toolbar for column headers in RadGridView for Silverlight
A client has recently asked for these little fancy math toolbars in the column header. I found it a great idea and thought it might be useful to share the way of implementing this with RadGridView...
View ArticleCascading ComboBoxes Selection in RadGridView for Silverlight and WPF
A common scenario when entering data is a cascade of comboboxes, where the list in the next combo is populated after selecting a value in the previous. A typical example is selecting a country from a...
View ArticleCalculated column in RadGridView for Silverlight + math expressions
When the data layer does not allow to perform calculations we often need to harness the UI. Here is a a simple case - in our business object we have the Price and the Count properties. We will have...
View ArticleEmpty data template in RadGridView for Silverlight (and WPF)
One more RadGridView behavior frequently requested by our clients is to display a message when there are no records to display. A typical real life scenario would be a RadGridView displaying a list...
View ArticleRestyling RadDataPager for WPF and Silverlight
A small but powerful control has joined the great family of Telerik XAML controls with the recent release. RadDataPager is a result of an increasing demand from our customers who needed to work with...
View ArticleSome fun with RadGridView for Silverlight …literally !
April Fools' Day is a great excuse for me to do something funny with RadGridView. So today’s post will have less geekness and more fun than usually. Silverlight being a great platform and RadGridView...
View ArticleDisplaying live streaming data with RadGridView for Silverlight and WPF
Animated cells on value changes When dealing with streaming data which is updated over time the end user should be able to quickly track changes at a glance. A typical application that would benefit...
View ArticleFrozen / Pinned rows in RadGridView for Silverlight
A common UX pattern when working with large tabular data is the so called frozen rows or pinned rows. This is very popular in the spreadsheet world and in some text editors as well. I have tried to...
View ArticleNew control for WPF and Silverlight from Telerik - RadDataForm
In the context of our 30th release I am happy to share even more good news with you. With the official Q1 2011 release we have enriched the developer toolbox with the new RadDataForm.In the tradition...
View ArticleRadDataForm and RadGridView integration - popup editing.
Often collection data is better presented in a tabular view and better edited in a form view. Such UX approach is referred by our clients as “Popup editing in RadGridView”. With the help of the new...
View ArticleCreating custom drag arrow in Silverlight
Since Q3 2011 we have changed the default drag API used. It allows creating more complex scenario as well as building MVVM friendly drag behaviors. However, it does not support drag arrow which,...
View ArticleTelerik XAML controls Q1 2012 are here
The latest Q1 2012 versions of RadControls for Silverlight and RadControls for WPF are available for download under the users’ accounts: RadControls for Siverlight Download RadControls for WPF...
View ArticleTelerik Welcomes Jesse Liberty
Today we are thrilled to welcome industry veteran Jesse Liberty to Telerik as our new XAML Evangelist. Many of you know him as the host of Yet Another Podcast and author of Programming C#, Programming...
View ArticleIntroducing PDF Viewer for Silverlight/WPF
The long-awaited 2012 Q1 with the first official version of RadPdfViewer is already a fact! This is also the first release of the control for WPF, so don’t forget to check it out in the demos if you...
View ArticleWhat's New in the RichTextBox for Silverlight/WPF?
The first release of 2012 is already a fact and even though this Q has been shorter due to the shift in the release dates which Todd Anglin blogged about, we managed to include some long-awaited...
View Article