Is it possible to implement multiline (complex) header?
I'm looking for something like this - http://www.telerik.com/forums/can-we-have-multiline-column-header.
It is possible. Please, find attached a modified version of our Sales Statistics example (our examples are installed in this folder: C:\Program Files (x86)\Telerik\UI for Windows 8.1 XAML Q2 2014\Demos). Generally, the idea is to provide updated template for the DataGridColumnHeader control. My attachment contains a template, which is based on the default one, with a small update -- a vertical StackPanel is provided, where you can put your own content. Its DataContext has a Header property, which contains the object passed as header to the column, allowing you to bind to its properties. This is shown in the attached example.
Best regards,
Ves
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.