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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T14:47:27+00:00 2026-06-13T14:47:27+00:00

Simple question: In the ViewModel I have an array of values that I want

  • 0

Simple question: In the ViewModel I have an array of values that I want to iterate over, let’s call them ‘jobs’. Each job is {type: myType, name: myName}.
I want to put an <hr /> between job types to separate them. I tried the following, but I think something is screwed up with my syntax:

<!-- ko foreach: jobs -->
  <div class="job" data-bind="text: name"></div>
  <!-- ko if: ($index() > 0 && $parent[$index()].type != $parent[$index() - 1].type) -->
    <hr />
  <!-- /ko -->
<!-- /ko -->

Without the <!-- ko if --> it all works well, and I get a nice list.
With that if, I’m getting the first 2 jobs names printed, followed by an hr (wrong, since I have 6 jobs of the first type), followed by this error:

Uncaught Error: Unable to parse bindings.
Message: TypeError: Cannot read property ‘type’ of undefined;
Bindings value: if: ($index() > 0 && $parent[$index()].type != $parent[$index() – 1].type)

For the record, there are 18 jobs, of 3 different types.
What am I doing wrong?

  • 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-13T14:47:29+00:00Added an answer on June 13, 2026 at 2:47 pm

    The $parent in this context is the object that contains the property jobs. So you’d have to index into the $parent.jobs.

    <!-- ko if: ($index() > 0 && $data.type != $parent.jobs[$index() - 1].type) -->
        <hr />
    <!-- /ko -->
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Simple Silverlight question: I have an ObservableCollection<MyObject> in my viewmodel. Every MyObject has a
Probably a simple question. I have an interface (MyInterface) that defines a property like
I have a really simple question. I got an ObservableCollection of some ViewModel (with
Simple question: Is there a class or interface that encapulates the getting of a
Simple question - How do I convert a string that has been through parseInt
Simple question: does the Java memory/synchronization model guarantee atomic pointer writes? That is, if
Simple question: I call: DateTime.TryParseExact(May 16 13:47:12 2012, MMM dd hh:mm:ss yyyy, System.Globalization.CultureInfo.GetCultureInfo(en-US), DateTimeStyles.None,
Simple question to which I can't find any nice answer by myself: Let's say
Simple question I hope.... I have a Win Form with a Tab Control and
Simple WPF question I have a text Box and an OK Button and I

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.