Friday, January 22, 2010
by
Pavel Pavlov
|
Comments
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 for Silverlight.
*Since RadGridView for WPF shares the same code base the approach bellow may be used for both platforms ( Silverlight and WPF ) .
Things are easy with RadGridView !
To have this in your project follow these three easy steps :
1. Copy the MathToolBar user control from the attached sample project (MathToolBar.xaml, MathToolBar.cs). ...