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