GridTableViewPerformInsert Method |
Name | Description | |
---|---|---|
![]() |
PerformInsert |
Perform asynchronous insert of the new item, diplayed by KaxGrid when in edit mode,
using the DataSourceControl API, then Rebind. When the
asynchronous operation calls back, KaxGrid will fire
ItemInserted event.
|
![]() |
PerformInsert(GridEditableItem) |
Performs asynchronous insert operation, using the DataSourceControl API, then
Rebinds. When the asynchronous operation calls back, KaxGrid will fire
ItemInserted event.
|
![]() |
PerformInsert(GridEditableItem, Boolean) |
Perform asynchronous insert operation, using the DataSource control API.
When the asynchronous operation calls back, KaxGrid will fire ItemInserted event.
|