sliding or collapsible display
-
Hi, I want to display show times and the list of movies under it. The display would be like this - Show Time 6.30 PM Movie 1 Movie 2 Movie 3 Show Time 9.30 PM Movie 1 Movie 2 Movie 3 I want to display it in such a way that when I Click on "Show Time 6.30 PM" it would display the movies under that show and wont display anything under "Show Time 9.30 PM". Now when I click on "Show Time 9.30 PM", all the contents inside "Show Time 6.30 PM" should shrink and the list of movies should be available in "Show Time 9.30 PM". I need some idea on how to do this, will it be achieved using a sliding panel, or is there any other control. Note - For the show times and movie details I have a collection which I am binding it to a repaeter control. Regards Vinay
-
Hi, I want to display show times and the list of movies under it. The display would be like this - Show Time 6.30 PM Movie 1 Movie 2 Movie 3 Show Time 9.30 PM Movie 1 Movie 2 Movie 3 I want to display it in such a way that when I Click on "Show Time 6.30 PM" it would display the movies under that show and wont display anything under "Show Time 9.30 PM". Now when I click on "Show Time 9.30 PM", all the contents inside "Show Time 6.30 PM" should shrink and the list of movies should be available in "Show Time 9.30 PM". I need some idea on how to do this, will it be achieved using a sliding panel, or is there any other control. Note - For the show times and movie details I have a collection which I am binding it to a repaeter control. Regards Vinay
Well there can be various ways and controls to do it... Have a look at this sample: Accordion Demonstration[^]
-
Well there can be various ways and controls to do it... Have a look at this sample: Accordion Demonstration[^]
Hi, I have tried using accordian but that`s not what i am trying to achieve here, please guide me If I am doing wrong. If you look at the example given by me what I want is the Show Times 1 to shrink when Show Time 2 is clicked and display all the movies under show time 2. I understand that under each Show Time there has to be panel, but my list is dynamic so I cannot manually set the number of panels. Can that be set from the code ? What I am looking is for a SINGLE sliding panel which floats around every row in the table, So if Row 1 is clicked the panel displays the show times under it, when Row 2 is clicked, the data inside row 1 Is shrinked and the panel floats to down displaying the movies under Row 2. Any Ideas? Thanks Vinay