This content has been marked as final.
Show 2 replies
-
1. Re: Is there a way to get the items of a datagrid row
Sebastien V. Jun 3, 2010 7:52 AM (in response to jmlopes151)What are the "items" of a row for you?
A row is usually representing only one object. You can access it by myDataGrid.selectedItem.
-
2. Re: Is there a way to get the items of a datagrid row
jmlopes151 Jun 3, 2010 10:22 AM (in response to Sebastien V.)Thanks
At the moment the code has selected a column and selectedItem is null.

