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

Window with section that changes based on dashboard

1 Answer 93 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Simon
Top achievements
Rank 1
Simon asked on 27 Jan 2021, 12:50 PM
Hello,
let me begin by saying I'm a beginner,
I've tried searching on google but haven't found the answer to my questions, maybe I'm using the wrong terms.

I want to make a program for my job. I've settled on a basic design but need a bit of help getting there.

I want a MainWindow with a dashboard on the Left. with a section on the right that changes based on which dashboard item is selected.
Tell me if I'm wrong, but I think I would need to create separate windows for each and every dashboard items (I have 6). Once the selected Item Changes, the program would close the previous window and open the one corresponding to the newly selected dashboard item.

Also, for one of those window, I would need the user to have the possibility of adding fields. The reason is I need to create a logic tree of the historic of a land parcel. For Example, Lot 1 000 000 replaces lot 12345-1 on one line and lot 12345-1 is a subdivision of lot 12345. Each line would be added by the user and would include 2 labels, 2 text fields and a date field.

I'm sorry if my questions are basic and my sentencing not perfect (English is my second language).
Any help will be greatly appreciated,
Simon

1 Answer, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 01 Feb 2021, 08:54 AM

Hello Simon,

Thank you for your interest in our UI for WPF controls.

To better assist, you could send an image of the design to get familiar with it. However, what comes up to my mind is to use a RadListBox on the left side. You can place a ContentControl (not sure here what this control should have) on the right side. Depending on the selected item from the RadListBox, you can change the ContentControl DataContext to replace it with a different control. A similar example (Dashboard) can be found in our Telerik UI for WPF Controls Demo application Diagram section.

I would suggest to check our UI for the WPF suite and check if one of our controls could work for your input part.

Regards,
Dinko
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products, quickly just got a fresh new look + new and improved content, including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
General Discussions
Asked by
Simon
Top achievements
Rank 1
Answers by
Dinko | Tech Support Engineer
Telerik team
Share this question
or