First I am very new to Ignite UI controls so this may be a stupid question. I have an ascx page where I would like to use the igTileManager. I was hoping that I could have the Tiles on the left side and have them say form 1, form 2 and so on. Went the tile is clicked the form would display in the center with all of the textboxes and buttons in place like a standard web form. It would have button with button click events etc. When each of the tiles was clicked the new form would appear but the data that was put into the previous form would be presisted so if the person clicked back it would be displayed. Is this possible with the igTitleManager? Or should I look for a different solution? I've done something simular using a TabControl in the past but this looks so much more modern.
Thanks
Hello William,
I am not sure if I understood you correctly, but I prepared a sample for you that represents tiles in a responsive grid layout,
that can be clicked and opened in the center. After that you can move back to the previous screen.
Please have a look at the sample and let me know if this is the expected behavior.
Thanks for your response. What I need is when the tile is opened in the center it has a full group of interactive controls. Buttons with click events and input boxes where end users can input information. Then once they go to another tile the information can be retrieved if re click that tile. I need to keep this all on once page and not do any partial rendering since I have to use an ascx page. I can do this with a vertical tab control where the controls are put on the div that controls that tab but I can't figure out if this is possible to do with the tiles.