Hi, just upgraded to 2013.2 and noticed that all grid cells that contain an editable drop down list (ValueTypeList with images) will now set the default cell button image to the selected value item image and not the default built in grid drop down arrow image. Did this change after 2012.1?
I know we can set the CellButtonAppearance.Image to whatever we want, but it also appears we cannot set the size or turn off scaling or resizing?
Hi,
This is a known bug that will be fixed in the next service release. You can check the service release schedule here.
It looks like it's supposed to go out today. :)
Sorry, it's not. I just downloaded and installed the 2013.2.2010 service release. If I have a ValueList with items with images that are set to a column on InitializeLayout, the mouse hover (enter element) will automatically show the image of the current value list item and not the default built in grid drop down arrow. This clearly broke somewhere between 2012.1 and 2013.2.
The only workaround appears to be to set the DisplayLayout.Override.CellButtonAppearance.Image property with a custom image of our own.