How to programmatically reference a Silverlight DataGrid cell?

Posted by user232228 on Stack Overflow See other posts from Stack Overflow or by user232228
Published on 2009-12-15T16:24:35Z Indexed on 2010/03/24 5:03 UTC
Read the original article Hit count: 512

Filed under:
|

Most grids use a syntax such as MyGrid[row, col] to reference a particular cell programatically.

How is this done, say, in C#, for the Silverlight DataGrid? All examples I've seen thus far use only XAML.

Thanks.

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about datagrid