vote up 1 vote down
star

I have a data set and two data regions coming from same data set. I want to link the two data regions so that if I click on the ID column of the first data region the related data must be displayed in the second data region.

My question is how to link the two regions( the child region being a hidden table should display when I click on the ID column in Parent region which is also a table).

flag

1 Answer

vote up 0 vote down
check

You can set the visibility property of the child object to False and have it controlled by the parent object. I am pretty sure that you will need to nest the child inside the parent eg having a table group header as the parent controlling the visibility of the data rows inside that group. Your description seems to infer that the parent and child are not necessarilly nested in that way so you may have to redesign slightly for the functionality to be available. Its set on the Child object, properties dialog - Visibility|visibility can be toggled... When its set you get a + by the parent to show that it can expand something and a - when it can close/hide the child object

link|flag
thanks a lot....my prob got solved – parupalli Feb 11 at 4:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.