| GridTableViewPerformUpdate Method | 
| Name | Description | |
|---|---|---|
| 
                 | 
              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.
             
               | 
            
| 
                 | 
              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.
             
               |