ManyToManyLookupEdit
Here is an example that demonstrates the use of a ManyToManyLookupEdit
.
ManyToManyLookupEdit (Extended Properties)
This demonstrates the most common properties that are availabe to set on the ManyToManyLookupEdit
.
ManyToManyLookupEdit Class
Parameters
Name | Type | Default | Description |
---|---|---|---|
ChildContent | RenderFragment? | Child content of the component | |
Context | MainContext? | ||
DefaultViewId | Guid? | ||
Description | string? | Description to be displayed in the tooltip. | |
Disabled | bool? | Should the editor be disabled. | |
DisplayLabelWhenAvailable | bool | True | Specifies whether to display a lable if available. |
DisplayTooltipWhenAvailable | bool | True | Specifies whether to display a tooltip if available. |
DisplayValidationErrorMessage | bool | True | Should a validation error message be displayed when the component fails validation? |
IsDirty | bool | False | |
IsVisible | bool | True | Is the editor visible. |
Label | string? | Text to be displayed as a label for the editor. | |
MaximumNumberOfItems | int? | ||
MaxRecordsReturned | int | 20 | |
MinimumNumberOfItems | int? | ||
ReadOnly | bool? | Should the editor be read-only. | |
RelationshipName | string | ||
Required | bool? | Should the value be required. | |
ViewIds | List<Guid>? |
Methods
Name | Parameters | Type | Description |
---|---|---|---|
GetRequests | List<RequestBase> | ||
GetValidationErrors | List<string> | Returns a collection of the current validation errors. | |
RefreshAsync | bool forceRefresh | Task | Instructs the grid to re-fetch and render the current data from the supplied data source. |
ResetState | void | ||
Validate | bool |