Hi all,
I know this subject has been discussed about but I can't seem to put my finger on the problem...
I have a grid with self referencing data. It contains one columnlayout. I would like for the header to be only visible for the first level of rows. Since the child rows are the same data and the indentation is 0, child headers are confusing and I'd like to remove them.
How?
Thanks,
Yohan
An on-line sample demonstrating this functionality is located here:
https://ko.infragistics.com/samples/silverlight
The ColumnLayoutAssigned event handler is being used here to manipulate the ColumnLayout for this scenario. I hope to have a stand-alone sample ready to post here on Monday based on this sample.
Hi Francis,