Click or drag to resize
GridTableViewPerformInsert Method
Overload List
  Name Description
Public method 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.
Public method PerformInsert(GridEditableItem)
Performs asynchronous insert operation, using the DataSourceControl API, then Rebinds. When the asynchronous operation calls back, KaxGrid will fire ItemInserted event.
Public method PerformInsert(GridEditableItem, Boolean)
Perform asynchronous insert operation, using the DataSource control API. When the asynchronous operation calls back, KaxGrid will fire ItemInserted event.
Top
See Also