Click or drag to resize
GridTableViewPerformUpdate Method
Overload List
  Name Description
Public method PerformUpdate(GridEditableItem)
Perform asynchronous update operation, using the DataSource control API and the Rebind method. Please, make sure you have specified the correct DataKeyNames for the GridTableView. When the asynchronous operation calls back, KaxGrid will fire ItemUpdated event.
Public method PerformUpdate(GridEditableItem, Boolean)
Perform asynchronous update operation, using the DataSource control API. Please make sure you have specified the correct DataKeyNames for the GridTableView. When the asynchronous operation calls back, KaxGrid will fire ItemUpdated event. The boolean property defines if KaxGrid will Rebind after the update.
Top
See Also