Rank: Member Groups: Member
Joined: 2/24/2011 Posts: 25
|
Hello.
I put a flyout control within an accordion, but it does not display anything, if you remove the flyout from inside the Accordion it works fine, any idea how to solve this?
Actually, let me correct.
The control that triggers the flyout is inside the accordion, not the flyout itself, i just put an ImageButton inside the accordion, but does not display anything if you put it out of the accordion it works fine.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
This is normal. The Flyout control and its triggering control must be inside the same naming container. Usually a template defines its own naming container. So in this case the control inside the accordion's naming container is the containing template, this is not the same as the Flyout's (The Flyout's naming container is usually the page). So it won't work. To make them work, you can either bring the button out or bring the flyout in.
Thanks
|
Rank: Member Groups: Member
Joined: 2/24/2011 Posts: 25
|
Ok, it works! Thanks!
|