cancel
Showing results for 
Search instead for 
Did you mean: 

Modify particular Table row values in WD

vinodkumar_thangavel
Participant
0 Kudos

Hi Friends,

I have normal table bind to the screen and on a particular field if i make an on enter based on that that respective row value should get modified instead of binding the whole table.Kindly suggest me if any possibilities to modify particular row alone in a table.

Regards,

Vinodkumar.

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Vinod,

Create an action ON_ENTER for the cell from which whole row values need to be updated.

There will be parameter "CONTEXT_ELEMENT" reference of the current row

context_element->set_static_attributes( ... ) method sets the values to the current row.

Regards,

Rama

Answers (2)

Answers (2)

Former Member
0 Kudos

Yeah this is possible as Rama told using Context_element..

Here in following document we have used same kind of functionality .. Please check if you got any difficulty..

.

Former Member
0 Kudos

Hi ,

Have you checked index attribute of bind_table() method?

Thanks

KH