Hello, I would like to display the same radial gauge in each minimized tile within the tile manager. The data in each tile will set the needle value for its own gauge. I currently can only render a gauge in the first tile with the balance of the tiles not able to display the gauge. What is the solution to have each tile create the same gauge? The numbers of tiles changes based on other conditions and works as expected.
Thank you.
Hristo,
Thanks for the MVC helper example, also thanks to Radoslav for the original Html/JavaScript example.
Both examples are exactly what I was looking for and helps my learning experience.
Best regards,
Ragin
Hi,
I have prepared a sample using MVC helpers to initialize the igTileManager and initialize gauges controls in minimized state. Please review it and let me know if you have further questions, I will be glad to help.
Hi Ragin,
I will be able to provide you a sample using MVC helpers tomorrow. Meanwhile you can refer to our help documentation.
Hristo
Thanks for the example I did not specify I am using ASP.NET MVC Helpers. Can you provide an example?
Hello Ragin,
A possible solution is to get the initial minimized tiles after you initialize the tile manager and then create the gauges inside them.
I have attached a sample that you can test and adjust to your use case.