We have a hierarchical view with expandable nodes where column A expands to show column B and B to C, etc. We have a special case where we know that there will be only one child in column B for each value in column A so we want to show
B for each value of column A but still be able to expand column B. How can we stop B from being expandable and instead always showing the column B value?
↧