cancel
Showing results for 
Search instead for 
Did you mean: 

Manage event in WebDynpro

Former Member
0 Kudos

Hi all,

i'm developing a WebDynpro about Sales Order Creation:

in a table grid showed on dynpro, when i correct field 's value in a row, i need that this row becomes red, so i think to manage this on event ENTER; does anibody knows how to do this, or give documentations about it ?

Regards,

Francesco.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182372
Active Contributor
0 Kudos

Hello Francesco,

Define action onEnter for input field cell editor and call IWDMessageManager.reportInvalidContextAttributeException for appropriate element attribute. It would highlight not entire row but only input field.

Best regards, Maksim Rashchynski.