Hi,
i have a xamdatagrid with 2 fieldLayouts (expended).
my first fieldlayout headers location set to hidden, which works fine.
i want the second fieldlocation headers to show only on the top of the grid, instead of in each time a records expends. currently that's what happening.
i tryed all the LabelLocation as you can see in the following markup, property options but non of them does the trick
<
igDP:FieldLayout.Settings>
<igDP:FieldLayoutSettings LabelLocation="Default">
</igDP:FieldLayout.Settings>
what m i missing hear? thanks!! :)
Hello gadi_vi,
It has been a while since you made this post and if you still need any assistance on this I will be glad to help. Regarding your issue it has been already answered on the following forum thread:
http://forums.infragistics.com/forums/p/43282/300445.aspx#300445
If you still need any assistance on this, please do not hesitate to ask.
?
by the way, i forgat to mention, i applied the property
HeaderPlacement
="OnTopOnly" as well. didn't do any good