Datagrid selected row at a certain column as3
问题 I need to get the value of a certain column in the selected row via AS3, how can I do this? It keeps returning null when I try grid.SelectedItem.text ... Thanks for the help! I need to be able to reference the column by name, in this case "ID". EDIT: Does this require an event or something? Shouldn't there be a method for this built in? You'd think so... 回答1: Can you be a bit more specific ? You can get get all the data you need from the DataGrid using the selectedItem.yourProperty. Can you