GridTableViewInsertItem Method |
Places the GridTableView in insert mode, allowing user to insert a new data-item
values. The
CurrentPageIndex will be set to display the last
page. You can use also the
IsItemInserted 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()
Public Overridable Sub InsertItem
public:
virtual void InsertItem()
abstract InsertItem : unit -> unit
override InsertItem : unit -> unit
See Also