How to manipulate à DataGrid in Silverlight 3
Posted
by Polo
on Stack Overflow
See other posts from Stack Overflow
or by Polo
Published on 2010-04-19T10:23:10Z
Indexed on
2010/04/19
10:43 UTC
Read the original article
Hit count: 367
Hi
I having trouble to manipulate CeLLs content in Silverlight Grids... I can get my DataGrid, the Columns but not the Cell value.
How can I get the first Cell wich is an Image in a Button for every row?? I can only achieve my goal by events like the button_click but not in regulare code behind.
thanks for help
© Stack Overflow or respective owner