Create cascading lookups (filter items in the lookup's dropdown based on a value in another lookup).
-
Updated
Oct 15, 2024 - Visual Basic .NET
Create cascading lookups (filter items in the lookup's dropdown based on a value in another lookup).
Use LookupEdit and GridLookupEdit controls in combobox mode.
Parse entered values and add new records to the lookup’s data source.
Add an empty item to the dropdown list of the WinForms Lookup Editor.
Hide the Close button from the lookup dropdown.
Bind a lookup column in the Grid Control to Entity Framework objects.
Filter a lookup column based on a value in another lookup column in the grid's Edit Form.
Filter a standalone lookup based on a value in another lookup (Cascading Lookups).
Display custom text if the lookup's value is not found in the dropdown list.
Implement cascading LookUpEdit controls using DevExpress MVVM framework
Display custom tooltips for lookup items.
Customize the GridLookUpEdit to create a data-bound image combobox.
Add a description, image, and links to the data-lookup topic page so that developers can more easily learn about it.
To associate your repository with the data-lookup topic, visit your repo's landing page and select "manage topics."