Hi i have tried to display an icon from the imageList to a button and it worked. I first configured the button by: openButton.imag eList = myImageList

But now I need to display an icon to a cell in a grid but the output shows System.Drawing. Bitmap instead of the icon. I cannot configure the grid to have an imageList because the grid does not have such property.

Please help!