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

RadApplication and PageView

5 Answers 98 Views
ApplicationMenu
This is a migrated thread and some comments may be shown as answers.
Abbas
Top achievements
Rank 1
Abbas asked on 10 Sep 2014, 08:34 AM
Hi there,

Is it possible to have a user Interface like the attachment in Telerik?

Regards.

5 Answers, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 12 Sep 2014, 02:10 PM
Hello Abbas,

Thank you for writing.

Yes it is possible to achieve such layout. First you need to add RadPageView and  RadAplicationMenu to a form. Then you can set some offset in order to make space for the application menu:
RadPageViewStripElement stripView = this.radPageView1.ViewElement as RadPageViewStripElement;
if (stripView != null)
{
    stripView.ItemContainer.ItemLayout.PositionOffset = new SizeF(30,0);
     
}

The result will look like in the attached image.

I hope this helps. Should you have any other questions do not hesitate to ask.
 
Regards,
Dimitar
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Abbas
Top achievements
Rank 1
answered on 13 Sep 2014, 08:00 AM
Dear Dimitar,

Thanks for the answer,
Your code snippet is working in Run time scenario only.
How to put a RadApplicationMenu in a proper position like your attached image?
Could you please explain more clear with a suitable code?

Regards,
Abbas
0
Accepted
Dimitar
Telerik team
answered on 17 Sep 2014, 08:42 AM
Hi Abbas,

Thank you for writing back.

I have recorded a small video which shows how you can create such layout at design time (just extract the file and drop it to an empty browser page).

I hope this will be useful.

Regards,
Dimitar
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Abbas
Top achievements
Rank 1
answered on 17 Sep 2014, 10:09 AM
Hi dear Dimitar,

Good to have you here,
It works like a charm.
I love you.

Best Regards,
Abbas
0
Dimitar
Telerik team
answered on 17 Sep 2014, 01:23 PM
Hello Abbas,

I am glad I could be of help. Let us know if you have any other questions.

Regards,
Dimitar
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
ApplicationMenu
Asked by
Abbas
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Abbas
Top achievements
Rank 1
Share this question
or