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
Let me know if I may be of further assistance.
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
--- 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>