itemprop = "text">
In my Silverlight application, I have a view model called 'vmProperty' and there is a list called 'dgSource'.
I bind my dgSource to the datagrid as itemgrowth, on which each datagrid row's datacentest varies in each item dgSource. One of the columns, called a checkbox column, is required to bind to vmProperty, but when the viewload is no longer the datacontext of the row, I can not use this property.
How do I get this problem? If the question is not clear, please tell me and I will post a sample. Thanks in advance.