Dear All,
I wish to fix a particular group-by row in position at the bottom of the grid. Setting the row's Fixed prop during InitialzeGroupByRow has the desired effect: the row becomes unfixed following expansion, and reverts to being fixed after collapse. However, if one of non-fixed GB rows is expanded while the fixed GB row is in a collapsed state, the col headers belonging to the latter's child data row(s) appear above the it - resulting in the display of two band col header rows. The display is restored to normality either by collapsing the non-fixed GB row, or by expanding the fixed GB row.
Can someone suggest a means by which I can prevent the second header row being displayed?
Many thanks in advance,
James
Hello James,
Thank you for posting your request on the Infragistics WinGrid Forums. I was able to reproduce this behavior from your description and this does appear to be a development issue. I have created a Support Request Case using your credentials and will submit this issue with Development.You may view the status of this development issue by logging into your Infragistics account, where you can view your Support Request Case on the "My Support Requests" page of our website and selecting the "Development Issues" tab.
Thank you for bringing this development issue to our attention. Please let me know if you have any questions.Sincerely,Mike D.Developer Support EngineerInfragistics, Inc.
Hi Mike,
Many thanks for your reply. In the meantime, could you suggest a method by which I could, say, remove the extra header row by manipulating the grid's collection of UI elements?