KaxListViewPerformUpdate Method |
Name | Description | |
---|---|---|
![]() |
PerformUpdate(KaxListViewDataItem) |
Perform asynchronous update operation, using the DataSource control API and the
Rebind method. Please, make sure you have specified the correct
DataKeyNames for the KaxListView. When the
asynchronous operation calls back, KaxListView will fire
ItemUpdated event.
|
![]() |
PerformUpdate(KaxListViewDataItem, Boolean) |
Perform asynchronous update operation, using the DataSource
control API. Please make sure you have specified the correct
DataKeyNames for the
KaxListView. When the asynchronous operation calls
back, KaxListView will fire
ItemUpdated event. The boolean
property defines if KaxListView will Rebind after
the update.
|