Is there a simple way to retrieve the DataRow that corresponds to the ActiveNode?
Any suggestions?
If you've bound to a DataTable, the ListObject property of the node will be the DataRowView object that corresponds to that node. If you need a DataRow instead of a DataRowView, use the "Row" property of the DataRowView object you get.