I'm loading a tree with a DataSet.
I'm setting all the usual fields e.g DataFieldID, DateTextField, DataFieldParentID etc. and the tree is shown as expected. I've also enabled checkboxes.
I want to get the ID values of all checked nodes.
However when I look at the rendered nodes in the browser I can see no evidence of the DataFieldID value anywhere in the HTML.
Is there anyway of automatically associating my nodes with the DataFieldID value?
I'm setting all the usual fields e.g DataFieldID, DateTextField, DataFieldParentID etc. and the tree is shown as expected. I've also enabled checkboxes.
I want to get the ID values of all checked nodes.
However when I look at the rendered nodes in the browser I can see no evidence of the DataFieldID value anywhere in the HTML.
Is there anyway of automatically associating my nodes with the DataFieldID value?