RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridManager Members

The DataEntryGridManager type exposes the following members.

Constructors


  Name Description
Public method DataEntryGridManager
Initializes a new instance of the DataEntryGridManager class.

Methods


  Name Description
Public method AddRow
Adds the row.
Protected method CanInsertRow
Determines whether this instance [can insert row] the specified start index.
Protected method ClearRows
Clears the rows.
Protected method GetNewRow
Creates a new row.
Public method GotoCell
Sets grid cell focus.
Protected method Initialize
Initializes this instance.
Public method InsertNewRow
Inserts the new row.
Public method IsDeleteOk
Determines whether is delete ok at the specified row index.
Protected method OnRowsChanged
Handles the [E:RowsChanged] event.
Protected method PostLoadGridFromEntity
Postloads grid from entity.
Protected method PreLoadGridFromEntity
Preload grid from entity.
Public method RaiseDirtyFlag
Raises the dirty flag.
Public method RemoveRow(Int32)
Removes the row.
Public method RemoveRow(DataEntryGridRow)
Removes the row.
Public method ReplaceRow
Replaces the row.
Public method SetupForNewRecord
Setups for new record.
Public method SetupGrid
Setups the grid.

Properties


  Name Description
Public property Columns
Gets the columns.
Public property Grid
Gets the grid.
Public property Rows
Gets the rows.

Events


  Name Description
Public event RowsChanged
Fired when row changes.