I was thinking of doing putting my data content inside the TileGrid nicely.
Like, title on top, image at the left hand side and content in the right hand side.
Now I am using getTileHTML to override the content and it works.
After I overwrite the getTileHTML() to do the layout of the content, now seems that I cannot use setTileValueStyle() to set the style for the Tile Grid.
What I want to achieve is to set the background color of the value in tile Grid and when it's selected it will change to another color.
My Dashboard has a TileGrid with Image and its Title set and Dashboard is set with a background Image with darkGray Color.
Now the issue is when I MouseOver the Image or select it displays with a White Block. So, I don't need this white block instead it should be just showing a border frame and background should remain the same as the Dashboard.
Comment