GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : NotifyCurrentCellDirty Method |
Dim instance As GcMultiRow Dim dirty As Boolean instance.NotifyCurrentCellDirty(dirty)
Exception | Description |
---|---|
System.InvalidOperationException | The template is a null reference (Nothing in Visual Basic). |
Changing the cell dirty state to true when the current cell is in an uncommitted new row, may cause the row count to increase.
This method can be used to allow custom cell types to notify the GcMultiRow control when they have uncommitted changes. The IEditingControl's IEditingControl.DirtyStateChanged and the IEditingCell's IEditingCell.EditingCellValueChanged events have similar functions.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2