How to add a dynamic image and/or a dynamic button to a DataGrid row using a DataGridTemplateColumn
Posted
on Code Project
See other posts from Code Project
Published on Fri, 09 Apr 2010 16:08:00 GMT
Indexed on
2010/04/09
16:14 UTC
Read the original article
Hit count: 152
Filed under:
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.
© Code Project or respective owner