This is a migrated thread and some comments may be shown as answers.

Level's

5 Answers 100 Views
Expander
This is a migrated thread and some comments may be shown as answers.
Darrell
Top achievements
Rank 1
Darrell asked on 11 Aug 2010, 08:24 AM
Is their a way to have an expander open out on top of the other controls below,
rather than pushing them down ?

5 Answers, 1 is accepted

Sort by
0
Viktor Tsvetkov
Telerik team
answered on 11 Aug 2010, 09:20 AM
Hello Darrell Sveistrup,

You can try setting the ExpandDirection property of the RadExpander to Up. If this is not working for you or if you meant something else, could you please make a sample project reproducing your issue so I will be able to assist you better.

Kind regards,
Viktor Tsvetkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Darrell
Top achievements
Rank 1
answered on 12 Aug 2010, 08:29 AM
No its not an Up/Down issue
What I want is to have the content that are expanded float over any other control

See image
1) Is Expander closed where its below a grid
2) Is expander, expanded in a top direction but its still below the grid
3) Is what I want the expander to do,
    want the expander header to stay where it is
    Want the content to go up and over the grid above


0
Accepted
Viktor Tsvetkov
Telerik team
answered on 12 Aug 2010, 11:30 AM
Hello Darrell Sveistrup,

In this case it is not a good idea to use RadExpander, so you can try doing the same with RadDropDownButton. Examine the attached sample project and tell me if it works for you. If you have further questions feel free to ask.

All the best,
Viktor Tsvetkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Darrell
Top achievements
Rank 1
answered on 12 Aug 2010, 09:49 PM
Yep that is what I was looking for thanks

So need to use RadDropDownButton not RadExpander

 


<
telerik:RadDropDownButton Height="20" Width="100" DropDownPlacement="Top">

 

 

    <telerik:RadDropDownButton.DropDownContent>

 

 

        <Label>Drop Content</Label>

 

 

    </telerik:RadDropDownButton.DropDownContent>

 

 

</telerik:RadDropDownButton>

 

0
Viktor Tsvetkov
Telerik team
answered on 13 Aug 2010, 08:50 AM
Hi Darrell Sveistrup,

I am glad to hear that this is working for you. If you need more help do not hesitate to ask.

All the best,
Viktor Tsvetkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Expander
Asked by
Darrell
Top achievements
Rank 1
Answers by
Viktor Tsvetkov
Telerik team
Darrell
Top achievements
Rank 1
Share this question
or