cancel
Showing results for 
Search instead for 
Did you mean: 

Determine the cell in a dynamic table

Former Member
0 Kudos

Hello,

I have a table with dynamically generated fields. The col-count is fixed but the row count is dynamic.

When I try to fire an onEnter event from an input field inside one of the cells, the leadselection only points to row 1 - what is the most elegant way to determine the current row?

thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can add a parameter of IWDNodeElement type which corresponds to the datasource node element of the table. Now in onActionEnter you can get the handle of the element of the node. This is the way you can determine the data of the current row where enter has been pressed.

Also search SDN for ParameterMapping.

Hope it helps.

Regards,

Manoj

Answers (0)