Hi
Please let me know is it possible to use ignite grid controls and other controls with in tile manager. Also i have to do some edit operation in tile manager. is it possible.
Thanks,
Arulraja.s
--- Sorry... the forum code is trying to "run" my DIV definition as opposed to just displaying the code. Here is the code, but I have added comments before each line.
// <div id="dashboard" class="dashboard">// <div class="tile1">// <div id="header1" style="border:1px solid black; "> This is my added line</div>// <div id="chart1" style="min-height:100%"></div> // </div> // <div class="tile2"> // Click here to maximize// </div>
Hello,
While I can run your sample code just fine, I made a change to it. In tile1, you have one DIV in which you place one Graph. For my use case, in tile 1, I need a header area above the graph in which I need to put some dropdowns of HOW the graph should look. The graph is not reducing in size for the header DIV, and I am now getting a scrollbar for tile1. Here is my change to your example. (Only change is adding of header1 line).
How do I get multiple DIVs to work in a single tile without getting the scrollbars?
Thanks
Let me know if I may be of further assistance.
Hello Arulraja,
Thank you for contacting us!
Yes it is possible, I have created a sample for you in order to show you how to add igDataChart within the first tile of igTileManager component. The only thing that you need to do is to put the container element, which will be wrapped from our widget into, the container element of the tile(tile1 will be wrapped into tile element and chart1 will be wrapped by igDataChart):
Result:
For the edit operations, yes you can perform them. For example if you add checkbox into one tile you will be able to check/uncheck it.