1. the *complete* SmartGWT or SmartClient version
SmartGWT4.1p May 29 nightly build
2. browser(s) and version(s) involved
All
I'm using a listgrid and one of my Fields is of type:IconField. I don't want the icon to appear in the header so I set the icon using field.setCellIcon().
If I use field.setIcon() I have the option to use field.setShowDisabledIcon(true) to show a different icon when the field is disabled.
I would like to use a similar option for the cellicon. Is there a way to do this and/or can I request that a setShowDisabledCellIcon() method be made available?
Thanks.
SmartGWT4.1p May 29 nightly build
2. browser(s) and version(s) involved
All
I'm using a listgrid and one of my Fields is of type:IconField. I don't want the icon to appear in the header so I set the icon using field.setCellIcon().
If I use field.setIcon() I have the option to use field.setShowDisabledIcon(true) to show a different icon when the field is disabled.
I would like to use a similar option for the cellicon. Is there a way to do this and/or can I request that a setShowDisabledCellIcon() method be made available?
Thanks.