cell background image

I want to put a background image on a cell, but i want to position the image in the bottom-right of the cell, is there a way to do this?

1 Reply

AD Administrator Syncfusion Team August 31, 2005 05:52 PM UTC

One straight forward way would be to use the CellDrawn event, and draw the bitmap there. (You can set style.TextMargin.Left if you need to reserve some space in the cell for the bitmap.) Here is a forum thread with some code snippets. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=16748

Loader.
Up arrow icon