I have two databound listgrids that are related to one another by a foreignKey. I would like to be able to select the "one" record from the parent grid by clicking on one of the child records in the 2nd grid. In other words, when I click on a child record, I want the parent to be selected (I don't want to use a "fetch" because I want the entire list of parent records to still be showing.)
I see in the javadoc how to use sele
Any help on this would be appreciated.
Thank you.
I see in the javadoc how to use sele
Any help on this would be appreciated.
Thank you.
Comment