Hi All,
I'm trying to do something similar described as in here: http://community.infragistics.com/forums/p/53090/276218.aspx with the solution provided by Petar. It works perfectly except for when I set
<DataPresenter:FieldLayout.Settings> <DataPresenter:FieldLayoutSettings LabelLocation="Hidden"/></DataPresenter:FieldLayout.Settings>
in which case the FieldPositionChanged never gets raised when resizing the nested column width.
I don't want to display the labels with all the headers for nested rows as it has the same layout as the parent and so wastes space. Is there any way of getting this to work when hiding the labellocation on the nested field layout?
Thanks
Hello ,
Thank you for your post. I have been looking through it and I suggest you see this forum thread:
http://forums.infragistics.com/forums/t/56968.aspx
where the same issue as yours is discussed. Please let me know If you need further clarifications on this matter.
Looking forward for your reply.
Hi
I don't think that is the issue.
I have a situation similar to the one shown here :: "http://community.infragistics.com/forums/p/53090/276218.aspx" - I want column widths to be preserved between parent and child columns. In the solution posted towards the end of the thread, you see a grid with a parent row and child rows. If you resize the parent column width the child column widths also resize so that the column layouts look the same. Also, resizing the child column widths updates the parent's.
I have tried to use this solution for my own needs, which are pretty much the same except I want to hide the child label area. However doing this means that resizing the parent column width resizes the child column widths but resizing the child column width does not resize the parent's.
I've attached a simple solution where you can see this problem. You'll see two grids in the sample, the first hides the child label area and the second grid doesn't. Resizing the child column in the first grid doesn't cause the parent column to update however in the second grid doing the same thing works.
Is there anyway to get the solution working for the first grid as I don't wish to show the child label area?