Skip to content

Commit

Permalink
docs(common): Add MultiColumnComboBox to OnRead article (#2406)
Browse files Browse the repository at this point in the history
Co-authored-by: Dimo Dimov <[email protected]>
  • Loading branch information
github-actions[bot] and dimodi authored Oct 2, 2024
1 parent 54f2a64 commit 43f25ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common-features/data-binding/onread.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Each component name points to component-specific `OnRead` documentation and exam
| [DropDownList]({%slug components/dropdownlist/events%}#onread) | - | [DropDownList virtualization]({%slug dropdownlist-virtualization%}) |
| [Grid]({%slug components/grid/manual-operations%}) | [Grid paging]({%slug components/grid/features/paging%}) | [Grid row virtualization]({%slug components/grid/virtual-scrolling%}) |
| [ListView]({%slug listview-manual-operations%}) | [ListView paging]({%slug listview-paging%}) | - |
| [MultiColumnComboBox]({%slug multicolumncombobox-events%}#onread) | - | [MultiColumnComboBox virtualization]({%slug multicolumncombobox-virtualization%}) |
| [MultiSelect]({%slug multiselect-events%}#onread) | - | [MultiSelect virtualization]({%slug multiselect-virtualization%}) |

Components like the [**TreeList**]({%slug treelist-data-binding-load-on-demand%}) and the [**TreeView**]({%slug components/treeview/data-binding/load-on-demand%}) don't have an `OnRead` event. Instead, they load data on demand via `OnExpand` events.
Expand Down

0 comments on commit 43f25ec

Please sign in to comment.