Currently Im using a DBImageColumn to present a icon stored in a imagelist in in my column. Now this works however it requires me to connect the columns using the "fieldname" to a field in my database and then have "3" in every single record in my database for that field. 3 is the index of the picture in the imagelist and while this works perfectly fine, I think its a waste to have to have thousands of records all with a "3" in a field just to let the icon show up....
To that end isn't there a way to someehow just forget the fieldname and just put that 3 in designtime somewhere so it knows it has to put imagelist1 index image 3 in the column ? It's ALWAYS 3, its never gona be any other image











