This question is locked. New answers and comments are not allowed.
Hi, I'm implementing a grid view with a self-referencing heirarchy; pretty similar to what is being done in the SelfReference demo. I'm using this to establish a drilldown effect where it appers that the entire heirarchy is one single grid, but the problem is that I cannot find a way to cascade column width changes down the heirarchy. All columns in position 0, for example, should have the same width regardless of where they are in the heirarchy and should remain consistant as the user alters the width of the main column heading.
I can't find a way to access the columns of the GridViewDataControl that is inside the template, though, to accomplish this.
Any help would be greatly appreciated; thanks.
I can't find a way to access the columns of the GridViewDataControl that is inside the template, though, to accomplish this.
Any help would be greatly appreciated; thanks.