Can an UltraGrid display ParentChild and Parent recursive relationships at the same time? I have a dataset with 2 tables and a parent-child relation between them. I also have a recursive relationship of the parent table. My Parent has a compound key (PKey1, PKey2) as the primary key. It also has columns for the recursion (R_PKey1, R_PKey2). The child table has (PKey1,PKey2,PChildField) as its primary key. Is it possible to do this on an UltraGrid? I've defined my dataset and the relations, but the grid doesn't show AddNew buttons or anything. If I remove the recursive relationship, I get the normal AddNew buttons. Any suggestions?
Ron
Hello Ron,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
I tried this and it seems to work fine for me. Please take a look at my sample and if you feel that I misunderstood you, please make the needed modifications to the project and send it back to me so I could investigate the issue for you.
I may have figured something out. I added a third table to the dataset which is a clone of he Parent table and use it as the recursive realtionship. That may work except for the progressive normal screen indentation of added rows after the first. ANy thoughts?