5 Answers, 1 is accepted
0
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
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
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
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
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
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
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
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