Value getting changed in VBCS row only when using keyboard TAB button and going to the next row
Hi All,
I am building a table in VBCS. In the table 1 column is editable say col1. When we change the value in column1 the value in the column next to it i.e. column2 should get updated as the sum of this column1 and that of the column before it i.e. column 0.
Now when I am changing the value of Column1 the value in column 2 is getting updated only when I am tabbing out to the next row. It should get updated on the fly.
Steps involved development :
- Created a onValueChangeEvent on the Columnlevel1(oj bind text was used in this column for one particular row)
Tagged:
0