Hi Support,
In the example "Controlling Filter Behavior", when I drag the "CustomerId" to the groupbox area and expand the first row, you could find that the data grid header shows in tow palces:
1. in the grid header, this was introduced by the filter functions.
2.In the group area.
Our requirement is that show the grid row header only in the grid top, not show it int he group band.
Is it possible?
thanks,
Eric
Hello Eric, In order to display the fields' headers only in the main FieldLayout when the records are grouped by a particular field, you can set the HeaderPlacementInGroupBy property of the FieldLayoutSettings to OnTopOnly. This way you should be able to achieve the desired functionality. If you require any further assistance on this matter, please do not hesitate to ask.