Auto-populate Grid Column Field

edwardkch24

Active Member
Hi All,

I am new to interactive application development and would like to ask if there is any way to do the following:

Key in a value in one grid column and the the value auto populates into another grid column after some calculations when he/she press tab to the next column.

Appreciate if anyone could help/advise or share the code for this.

Thanks.
Regards,
Edmamba24
 
Yes. Check out the Grid Column is Exited event for the trigger column you want to do this :)

You have 2 options, Inline or Asynch
 
Hi Johndanter,

Noted with thanks. Will try them out now.

Thanks.
Regards,
Edward Kok
 
Hi ,

How to check the status of a Grid column , if its enabled or disabled at certain point ? its has been enabled /disabled based on certain condition before in multiple scenarios but how to check the final status of the column ?
 
Back
Top