Index: run/JvExGrids.pas
===================================================================
--- run/JvExGrids.pas	(revision 13126)
+++ run/JvExGrids.pas	(working copy)
@@ -397,6 +397,7 @@
     procedure MouseEnter(AControl: TControl); reintroduce; dynamic;
     procedure MouseLeave(AControl: TControl); reintroduce; dynamic;
     property MouseOver: Boolean read FMouseOver write FMouseOver;
+    property GridState: TGridState read FGridState;
     property HintColor: TColor read FHintColor write FHintColor default clDefault;
     property OnMouseEnter: TNotifyEvent read FOnMouseEnter write FOnMouseEnter;
     property OnMouseLeave: TNotifyEvent read FOnMouseLeave write FOnMouseLeave;
Index: run/JvStringGrid.pas
===================================================================
--- run/JvStringGrid.pas	(revision 13126)
+++ run/JvStringGrid.pas	(working copy)
@@ -142,6 +142,7 @@
     procedure InvalidateRow(ARow: Integer);
     procedure MoveColumn(FromIndex, ToIndex: Integer);
     procedure MoveRow(FromIndex, ToIndex: Longint);
+    property GridState;
     property InplaceEditor;
 
     // Calculates and sets the width of a specific column or all columns if Index < 0
