Hi
I am binding to a dataset which has multiple columns, but I would like to use the standard view style which only seems to show the first column (which is not the one I want to see), can I either change which column is displayed or hide the first column?
Thank you!
Dave
HI Dave,
Handle the ColumnSetGenerated event and set the NodeTextColumn property on the ColumnSet to point to the column you want displayed as the node's text.
Thanks Mike
I will give it a go.Dave