How to programmatically reference a Silverlight DataGrid cell?
- by user232228
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.