Telerik’s ComboboxColumn for the Silverlight RadGrid is highly useful for presenting drop-down list options for the user in a grid-editing scenario. But it’s also very easy to template, and you can even template the ‘Display’ look of the cells to match that of your dropdown list items. Using templates, we have the ability to display the dropdown choices using data-driven visual elements, for a much richer user experience.
Here’s an example of using a simple template that utilizes a custom Background and Foreground color, based upon properties of the underlying data. First, a look at the sample data used for ...