Click here to Skip to main content
15,891,136 members
Articles / Desktop Programming / WPF

How to add dynamic images/buttons to a row in a DataGrid?

Rate me:
Please Sign up or sign in to vote.
4.20/5 (8 votes)
10 Apr 2010BSD11 min read 103.6K   3K   19  
Often you want to display a DataGrid, but you don’t want to simply display it as is, you want to be able to enhance it and add functionality to it, such as adding an image to the start of each row or adding a button on each row.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
Software Developer (Senior) LANDesk Software
United States United States
I write two things: Code and Fiction:
http://www.rhyous.com
http://www.jabrambarneck.com

I am a technology expert that loves both open source and C# (an interesting combination).

I am an expert at WPF and MVVM. I've been working a lot with WCF and Entity Framework lately.

Comments and Discussions