GridTableViewInsertItem Method |
Name | Description | |
---|---|---|
![]() |
InsertItem |
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.
|
![]() |
InsertItem(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.
|
![]() |
InsertItem(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.
|