Kbase P162530: How to disable updates to an UltraGrid
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  07/05/2010 |
|
Status: Unverified
GOAL:
How to disable updates to an UltraGrid
GOAL:
How to make an UltraGrid read-only
GOAL:
How to enable updates to an UltraGrid
FACT(s) (Environment):
Windows
OpenEdge 10.2x
FIX:
To disable updates to an ultraGrid, use code like the following:
UltraGrid1:DisplayLayout:Override:AllowUpdate = Infragistics.Win.DefaultableBoolean:FALSE.
To enable updates to an ultraGrid, use code like the following:
UltraGrid1:DisplayLayout:Override:AllowUpdate = Infragistics.Win.DefaultableBoolean:TRUE.