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
325
How to customise GroupByRow to look like DataRow
posted

I would like to customise the GroupByRows in my grid so that they look like DataRows. It looks like I will have to do this by implementing the IUIElementCreationFilter interface. However, I don't have any idea where to start when it actually comes to drawing the appropriate columns and writing the header text.

 Also, when my data I grouped I would only like the column headers to appear once at the top of the grid and not at every grouping level.

 Thanks in advance.