Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
710
Retrieve DataRow for active node
posted

Is there a simple way to retrieve the DataRow that corresponds to the ActiveNode?

Any suggestions?

Parents
No Data
Reply
  • 45049
    Verified Answer
    posted

    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.

Children
No Data