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
295
Draw custom control above WinGrid headers
posted

I currently need to customize the WinGrid so that above certain sections of the header I can add my own custom control. The custom control must be drawn over grouped items just as they are in the image.

I have seen examples in the Infragistics Help Documents where using the different UIElements this was possible however the new objects were always drawn inside the grid.

Is it possible to use the the same methods to create the layout in my example picture? If so what are some of the steps I would have to take?