KaxListView Methods |
The KaxListView type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ClearEditItems |
Removes all edit items that belong to the KaxListView
instance.
|
![]() |
ClearSelectedItems |
Removes all selected items that belong to KaxListView instance.
|
![]() |
DataBind | (Overrides BaseDataBoundControlDataBind.) |
![]() |
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.
|
![]() ![]() |
IsBindableType | |
![]() |
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.
|
![]() |
PerformDelete(KaxListViewDataItem, Boolean) |
Perform delete operation, using the DataSourceControl
API. Please make sure you have specified the correct
DataKeyNames for the KaxListView.
|
![]() |
PerformInsert |
Performs asynchronous insert operation, using the DataSourceControl API, then
Rebinds. When the asynchronous operation calls back, KaxListView will fire
ItemInserted event.
|
![]() |
PerformInsert(KaxListViewInsertItem, Boolean) |
Performs asynchronous insert operation, using the DataSourceControl API, then
Rebinds. When the asynchronous operation calls back, KaxListView will fire
ItemInserted event.
|
![]() |
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.
|
![]() |
RaisePostBackEvent | |
![]() |
Rebind | |
![]() |
ShowInsertItem |
Places the KaxListView in insert mode, allowing user to insert a new data-item
values.
|
![]() |
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;
|
![]() |
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;
|
![]() |
ShowInsertItem(KaxListViewInsertItemPosition) |
Places the KaxListView in insert mode, allowing user to insert a new data-item
values.
|
![]() |
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;
|
![]() |
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;
|