I have added one RadGridView in Telerik(C#) Winform. I need a column with both text and image data in it. But RadGridView only have header image option. Kindly help me out.....
You have to keep in mind that because the grid reuses cell (just the displayed cells are created and drawn), you will have to reset the custom properties you set on the cell.