Background Image for GridGroupingControl

Hi, I need to show an background image in the center of the grouping grid (not in a cell or in a set of cells). However, I cannot find any way to do it. At first I tried setting grid.BackgroundImage = image; grid.BackgroundImageLayout = Layout.Center; but it didn''t work Using Paint handler neither works. How can I show this image in the center of the grid control, even though there are new rows?

1 Reply

ST stanleyj Syncfusion Team January 20, 2006 12:58 AM UTC

Hi Serras, Sorry for the delay in getting back to you. You will have to use the custom engine and derive the GridTableControl, overriding OnPaint() and draw the required Image to get an image stay on the GGC. Here is sample. Best regards, Stanley

Loader.
Up arrow icon