Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
igTileManager - Using elements contained in tiles
posted

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?   

Parents
  • 85
    posted

    Looking at this sample - http://ko.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.

Reply Children