GridTableViewInsertItem Method (IDictionary) |
Places the GridTableView in insert mode, allowing the user to insert a new
data-item values. The GridInsertItem created will be bound to values found in
newValues dictionary; 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(
IDictionary newValues
)
Public Overridable Sub InsertItem (
newValues As IDictionary
)
public:
virtual void InsertItem(
IDictionary^ newValues
)
abstract InsertItem :
newValues : IDictionary -> unit
override InsertItem :
newValues : IDictionary -> unit
Parameters
- newValues
- Type: System.CollectionsIDictionary
See Also