I am using GeneXus for a Smart Devices project.
I have to create a grid that will present data from a webService. This webService will also return the RGB code that represents the background color in which the returned record should be shown.
The only way that I know of setting the background color (on the GridTable) is via the Theme class.
Is it possible to do this in execution time?