cancel
Showing results for 
Search instead for 
Did you mean: 

Using CellVariant on a Table Column

Former Member
0 Kudos

Hi All:

I have a table with a Master Column and five more normal columns. In these last five columns I implemented a CellVariant because I want to visualize a two level tree, where in the first level doesn´t show any control and in the second level shows different controls in each column.

The problem is that I need the user to edit the data on the table, when I click in the first child element doesn´t trigged any event, but when I do it from the second child onwards, occurs an event and the parent element shows all the controls that must show only in the child elements.

Anyone have an idea about what could be happen?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Please post your context structure including cardinalities etc. and how you have done the data binding of the table.

Armin

Former Member
0 Kudos

Context Structure:

CatalogEntries (0..n) bind to the table DataSource

--> CellInfo (1..1)

--> variantKey

--> childCatalogEntries (recursiveNode)

--> expanded bind to a Master Column expanded property

--> isLeaf bind to a Master Column isLeaf property

--> initDate bind to a table column with a cellVariant (TableStandardCell with a TextView)

--> endDate bind to a table column with a cellVariant (TableStandardCell with a TextView)

--> Group (nodeAttribute) 0..n ind to a table column with a cellVariant (TableStandardCell with a TextView)

Edited by: Aida Martinez on Mar 12, 2008 10:13 PM