Kbase P182841: What events fire in the UltraGrid the user navigates from one row to another?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/02/2011 |
|
Status: Unverified
GOAL:
What events fire in the UltraGrid the user navigates from one row to another?
GOAL:
What events fire in the UltraGrid when the active row changes?
FACT(s) (Environment):
Windows
OpenEdge 10.2x
FIX:
The following events fire in the UltraGrid when the user navigates from one row to another, thereby changing the active row:
BeforeRowDeactivate
BeforeRowActivate
AfterRowActivate
Event handlers for one or more of these events can be written containing code that should execute when the user navigates from one row to another.
In addition, the ActiveRow property of the UltraGrid and the Activated property of each affected UltraGridRow change as the user navigates from one row to another. These properties can be tested in the application to determine whether conditional code should execute.