There are a few steps (not obvious) that you need to go through to add an image (like an edit or delete image) on each line of a devexpress grid, so that it looks like this:
Here are the rough steps:
Add an ImageList control - add images - note indexes
Add a column
Change ColumnEdit - New - ImageComboBox
Set SmallImages property to the ImageList (and Large Images)
Expand Buttons, 0-Combo
Set Visisble property to false
Go to Items
click ellipsis ... add item
Choose image - set value to null
GlyphAlingment - centre
To wire-up click event
Go to In-place Editor Repository
Click lightning bolt - double click event
posted on Friday, October 20, 2006 11:24 AM