Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
igHierarchicalGrid with KO - Cannot Add, Delete, or Edit
posted

I have never used the igHierarchicalGrid before so I am sure this is probably something right in my face, but I just cannot seem to find the answer to it. I am binding the igHierarchicalGrid to an observableArray and everything seems to be all well and good on the parent level, but the child level has the link for the "Add new row" but does not allow adds, deletes, or edits.

I have boiled down the bulk majority of the interactions to this small scale example (attached) to show the issue I am facing.

sample.zip

  • 5513
    Verified Answer
    Offline posted

    Hello Steve,

    The issue is with the primary keys for the parent grid as they contain commas ',' . As the primary keys are used for query selectors and are not escaped internally, symbols such as ',' , '#' , '.' , etc. are not supported.

    Please, let me know if I can help you further!

    Thank you for using Infragistics forums!

    Best regards,

    Stamen Stoychev