Multiple columns with ImageList

I have a 3 columns in the Grid, that need to showed as Icons.

The problem that putting the ColumnType to ctDataImage, will be possible to show only one columns as Images, because it's uses the Grid IMageList Property.

How can I show the images in each column bases on it's own ImageList?


Unfortunately it's currently not supported to assign multiple ImageLists to the the IWAdvWebGrid.

As an alternative, have you tried placing the required images in a files or wwwroot folder in your application and then use the url path to display the images instead of an ImageList index?

Bart,

  I didn't try that yet, I just wanted to make sure I can't do that in design time, before trying other solutions.