I am implementing a TileGrid control in my application and I have noticed that once I click (or select) any of the tiles, the surrounding TileGrid border is highlighted in my case with a light blue color.
I have tried many things to try to disable it programmatically, but I have not been able to figure this one out. I looked on the forums and nobody seemed to have bumped into this same set of requirements.
I also looked at the SmartGWT examples and I noticed that on the samples, the border of the TileGrid is selected too (for example, select any of the tiles of the "Tile Sort and Filtering" example). So it seems to be a default behavior of this control.
Is there a way to not paint the TileGrid border once an entry is selected? I do not need this "focus" type behavior on this control as it is part of a larger IU I am creating.
Thanks in advance for any tip.
I have tried many things to try to disable it programmatically, but I have not been able to figure this one out. I looked on the forums and nobody seemed to have bumped into this same set of requirements.
I also looked at the SmartGWT examples and I noticed that on the samples, the border of the TileGrid is selected too (for example, select any of the tiles of the "Tile Sort and Filtering" example). So it seems to be a default behavior of this control.
Is there a way to not paint the TileGrid border once an entry is selected? I do not need this "focus" type behavior on this control as it is part of a larger IU I am creating.
Thanks in advance for any tip.
Comment