Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
470
Show the header in the top while do the group
posted

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

  • 6365
    Verified Answer
    Offline posted

    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.