GridTableViewInsertItem Method (Object) |
Places the GridTableView in insert mode, allowing the user to insert a new
data-item values. The GridInsertItem created will be bound to values of the
newDataItem object. The
CurrentPageIndex will be set to display
the last page. You can use also the
IsItemInserted property to
place the GridTableView in insert mode.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual void InsertItem(
Object newDataItem
)
Public Overridable Sub InsertItem (
newDataItem As Object
)
public:
virtual void InsertItem(
Object^ newDataItem
)
abstract InsertItem :
newDataItem : Object -> unit
override InsertItem :
newDataItem : Object -> unit
Parameters
- newDataItem
- Type: SystemObject
See Also