So this is a bit odd. I have a simple grid...two columns. The first column is a bitmap, the other is a string.
I load the grid through an ultradatasource and assign the image when initializing. The problem is, the image only shows up when the row is active, otherwise it is blank.
I have another grid that I do the same process to and it works fine so I figure that there is just a grid setting that I need to set to make the image always appear. However, considering there are hundreds of settings, I am not sure where to start.
Any ideas?
Thanks,
David
Hi David,
There's no setting I can think of that would cause this. In what event are you setting the Image? It sounds like the best place to do it would be the InitializeRow event. I assume you are just setting the Value of the cell to a Bitmap or Image?
I am not loading it in an event right now...
I load up my ultradatasource with the correct image and then I assign the datasource of the grid...
I am setting the cell to a new bitmap.