I recently needed to use the cells of a Telerik RadGridView to display data in an unusual way, and bind the values of those cells to the records of another RadGridView control. Some experimentation revealed that the RadGridView cells can be quite versatile, and I thought the resulting sample project was interesting enough to share. For this sample, we will use two RadGridView controls: one will display an abbreviated version of the records in a database table, while the other will display the full set of record data for a selected row.
The first grid is bound to the contacts ...