Completed
Last Updated: 13 Jun 2014 14:25 by ADMIN
ADMIN
Ivan Petrov
Created on: 11 Jul 2013 01:43
Category: GridView
Type: Bug Report
1
FIX. RadGridView - In CellFomatting if one sets the e.CellElement.ImageKey property the image is not shown right away.
Steps to reproduce:
1. Add a grid with several columns, so there is horizontal scroll bar
2. Add an image to the grid ImageList
3. In the CellFormatting assign the ImageKey of a cell to a value
You will notice that the images are not applied initially. You have to scroll the column where you apply the images out of view and bring it back in to see the images.

WORKAROUND

Instead of setting the ImageKey property, set the Image property to the corresponding image from the image list.
0 comments