Janus GridEX Self-Referencing Issue

D

dsheiner

Hi,

I'm working in C# .NET 3.5, with Janus Winform controls 3.5.0.73.
(I'd have posted this question to the Janus site, but the forums
aren't loading in any of my browsers.)

I'm trying to make a grid with a self-referencing root table and a
child table. Is that possible, or are self-referencing GridEX tables
and hierarchical GridEX tables mutually exclusive? If it's possible,
how is it done?

The root table, Foo, includes the columns Id and ParentId, which is a
foreign key to Id. The child table, Bar, contains another foreign key
to Foo.Id, called FooId. I'd like the grid to display the Foo
hierarchy, and under each Foo row display its associated Bar rows.

Thanks,
Daniel Sheiner
 
G

gljivar

Hi!
Could you please just tell me, if you remember this issue, was this possible to achieve(self referencing hierarchy in GridEX combined with child tables). Because I have almost the same problem, however I need to show the child table only for leaves and I am not sure if it's possible.

Thank you,
Miroslav
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top