Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9160331
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:42:49+00:00 2026-06-17T13:42:49+00:00

I do not even know where to start with this. I can build a

  • 0

I do not even know where to start with this. I can build a telerik tree that has parents and children, but I cannot figure out how to make it where it is not always symmetric. This is a validation tree so it tells the user error messages. For example, it should look like this:

Object ID (Main Property)
- Must start with a number (Description)
Employee Name (Main Property)
   Employee 1 (SubProperty)
       - Cannot be blank (Description)
   Employee 2 (Subproperty)
       - Cannot be blank (Description)

Any help with this or something that would lead me in the right direction would be helpful. This is my first time working with trees in WPF/C# so please be kind haha.

Edit: because I agree this is very vague:
Attached are images of my code. Since I am going through a virtual machine I had to do screen shots.

ViewModelBase:
enter image description here

ViewModel Cont:
enter image description here

XAML:

enter image description here

ValidationInfo:
enter image description here

Invalid Property:
enter image description here

If there is any other specific code you need to see, please let me know.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T13:42:50+00:00Added an answer on June 17, 2026 at 1:42 pm

    This is a bit of a vague question, but a class definition like;

    class ValidationNode
    {
        bool IsValid { get; }
        object EntityToValidatate { get; set; }
        string ErrorMessage { get; set; }
    
        ValidationNode Parent { get; set; } 
    
        IList<ValidationNode> Children { get; set; }
    }
    

    Sounds like what you want to start with? Each node can have N child nodes, with some sort of attached validation logic at each step.

    No doubt this is not going to completely answer your question, suggest you add more info there.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm not sure this is even possible but I know if it is, the
Not even sure how to explain this but I connect to a remote computer
Im not even sure how to ask this question, but i'll give it a
I'm not even sure that Postgres' HStore data type can contain nested hashes, and
I'm not even sure what this is called? But I'm trying to learn what
I am not even sure how to ask this question. I want something that
I'm not even sure, for example, if I can use it like a normal
I'm not even sure how I should phrase this question. I'm passing some CustomStruct
I'm not even sure what this principle is called or how to search for
I really have almost no idea how I can even begin to do this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.