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
1635
Recursive AND ParentChild UltraGrid
posted

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    

Parents
  • 1635
    Offline posted

    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?

    Ron

     

Reply Children