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
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