Headerless Detail Form with GRID

Swapnil0504

Member
Is there any way to identify whether our grid is modified or new row in added?
 
Check logging in OMW for the object you are concerned about (maybe add it to your default project)
Look for a design followed by a check in

Or check it against Pristine
 
Look at the ER Events for the Grid.
There are events for Grid Rows being added, changed, or deleted.
You can add code that sets a variable status to let you know if one or more of these events have occurred.
Basic programming.
 
Think about these events :)

Row Exit & Changed - Inline
Add Last Entry Row to Grid
 
Back
Top