Hi -
I think the TileManager is great. Very cool. My issue is I need to have buttons inside the tiles that are clickable. Right now clicking anywhere inside the tile moves it into focus. I have the need to have buttons on the tiles so the buttons can be clicked and the tile will not come into focus. How can I do this?
Also, I have the situation where I need to add / remove tiles dynamically. What I'm doing now is destroying the igTileManager, adding the html to the dom, then recreating the TileManager.
Is their a better way?
Looking at this sample - http://es.infragistics.com/products/jquery/sample/tile-manager/databinding-to-json, I see their is a way to make just the header clickable.
I have modified my code so it has the same header, but the entire tile is still clickable.
I am not using a content template. I have a dashboard div element as the container for all the tiles. I then dyanmically add html to the dashboard div and create the igTileManager.
The reason I am doing this is because my tiles can contain igDataCharts, igRadialGrides and igGrid components.
Any chance you can post sample code of what you are doing? I'm trying to do something similar with the tile manager.
Hi McElroy,
There is a way to specify an element inside the igTileManager which moves the tiles into focused state and it is by providing a maximizeSelector option (say your maximize button has class .max-button, then the option needs to be set at maximizeSelector: '.max-button'). Currently there is no add/delete functionality supported so upon changing the data you would have to resort to rebinding the tile manager which you're already doing.
Here's a link with the API documentation: http://help.infragistics.com/jQuery/2013.1/ui.igtilemanager