Desktop
WPF
Presenting data in a grid is common in many applications, but it doesn't have to look like a bunch or columns and rows. With WPF you have freedom to make the data look totally different. In this post, I am going to demonstrate using a custom row layout with the RadGridView for WPF. To get started, I have setup a new window with a RadGridView. I will be using the Northwind database Employees table for this example. I would like to point out that if you are going to recreate this example, you will need to add the Window.Resources section...