Click or drag to resize
KaxListView Methods

The KaxListView type exposes the following members.

Methods
  Name Description
Public method ClearEditItems
Removes all edit items that belong to the KaxListView instance.
Public method ClearSelectedItems
Removes all selected items that belong to KaxListView instance.
Public method DataBind (Overrides BaseDataBoundControlDataBind.)
Public method ExtractValuesFromItem
The passed IDictionary object (like Hashtable for example) will be filled with the names/values of the corresponding KaxListViewDataItem's bound values and data-key values if included.
Public method Static member IsBindableType
Public method PerformDelete(KaxListViewDataItem)
Perform asynchronous delete operation, using the DataSourceControl API the Rebinds the grid. Please make sure you have specified the correct DataKeyNames for the KaxListView. When the asynchronous operation calls back, KaxListView will fire ItemDeleted event.
Public method PerformDelete(KaxListViewDataItem, Boolean)
Perform delete operation, using the DataSourceControl API. Please make sure you have specified the correct DataKeyNames for the KaxListView.
Public method PerformInsert
Performs asynchronous insert operation, using the DataSourceControl API, then Rebinds. When the asynchronous operation calls back, KaxListView will fire ItemInserted event.
Public method PerformInsert(KaxListViewInsertItem, Boolean)
Performs asynchronous insert operation, using the DataSourceControl API, then Rebinds. When the asynchronous operation calls back, KaxListView will fire ItemInserted event.
Public method 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.
Public method 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.
Public method RaisePostBackEvent
Public method Rebind
Public method ShowInsertItem
Places the KaxListView in insert mode, allowing user to insert a new data-item values.
Public method ShowInsertItem(IDictionary)
Places the KaxListView in insert mode, allowing user to insert a new data-item values. The InsertItem created will be bound to values found in defaultValues dictionary;
Public method ShowInsertItem(Object)
Places the KaxListView in insert mode, allowing user to insert a new data-item values. The InsertItem created will be bound to the provided object;
Public method ShowInsertItem(KaxListViewInsertItemPosition)
Places the KaxListView in insert mode, allowing user to insert a new data-item values.
Public method ShowInsertItem(KaxListViewInsertItemPosition, IDictionary)
Places the KaxListView in insert mode, allowing user to insert a new data-item values. The InsertItem created will be bound to values found in defaultValues dictionary;
Public method ShowInsertItem(KaxListViewInsertItemPosition, Object)
Places the KaxListView in insert mode, allowing user to insert a new data-item values. The InsertItem created will be bound to the provided object;
Top
See Also