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 9126599
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T07:04:40+00:00 2026-06-17T07:04:40+00:00

I have a custom editor in my EditorTemplates folder for a IList<PersonRelations> . The

  • 0

I have a custom editor in my EditorTemplates folder for a IList<PersonRelations>. The Editor has this model:

@model IList<PersonRelation>

and in my entity is as this:

public IList<PersonRelation> Relations { get; set; }

this is how I called it in my view:

 <div class="editor-field">
      @Html.EditorFor(model => model.Relations)
 </div>

and it’s rendering the model if Relations is null.

But.. I want to declare my property in this way

    private IList<PersonRelation> _relations;
    public IList<PersonRelation> Relations
    {
        get { return _relations ?? (_relations = new List<PersonRelation>()); }
        set { _relations = value; }
    }

To avoid null references exceptions.

The thing is when the List is not null and has no elements, the editor is not being displayed at all.

In my editor I iterate through the elements but also I render another controls outside the loop, and I can’t see any elements.

I’m missing something?

  • 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-17T07:04:41+00:00Added an answer on June 17, 2026 at 7:04 am

    Solved.
    When I changed the property, I forgot to decorate it with [UIHint("PersonRelations")]

    which was in the original form of the property (my custom editor’s file name is “PersonRelations.cshtml”)

    This is needed due it seems that the engine is not able to infer the editor for a collection, even when you have one, so you explicitly have to tell which one you want to use.

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

Sidebar

Related Questions

I have custom validation rule: public function customRule($check) { } Inside this rule I
I have an editor template for a custom object. Pretty basic - just has
I have created a custom editor template for DateTimeOffset: @model DateTimeOffset <div> @Html.LabelFor(m =>
I have extended org.eclipse.ui.editors.text.TextEditor to implement a custom editor. For this editor, I have
I have a WinForms user control Host with a custom UI Editor. Through that
I have custom UITableViewCell . It contains UITextLabel . When I press this cell
I have custom event that has several different subscribers who will all use the
I have a custom editor composed of several components. Something like: class MyCellEditor extends
I have a custom editor template for a vehicle part that is used in
Folks, I have a custom WebPart (the ASP.Net variety) that has a property whose

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.