ManyToManyLookupEdit

Here is an example that demonstrates the use of a ManyToManyLookupEdit.

Example

ManyToManyLookupEdit (Extended Properties)

This demonstrates the most common properties that are availabe to set on the ManyToManyLookupEdit.

Example
Readonly? Disabled?

ManyToManyLookupEdit Class

Parameters

Name
Type
Default
Description
ChildContentRenderFragment?
Child content of the component
ContextMainContext?
DefaultViewIdGuid?
Descriptionstring?
Description to be displayed in the tooltip.
Disabledbool?
Should the editor be disabled.
DisplayLabelWhenAvailablebool
True
Specifies whether to display a lable if available.
DisplayTooltipWhenAvailablebool
True
Specifies whether to display a tooltip if available.
DisplayValidationErrorMessagebool
True
Should a validation error message be displayed when the component fails validation?
IsDirtybool
False
IsVisiblebool
True
Is the editor visible.
Labelstring?
Text to be displayed as a label for the editor.
MaximumNumberOfItemsint?
MaxRecordsReturnedint
20
MinimumNumberOfItemsint?
ReadOnlybool?
Should the editor be read-only.
RelationshipNamestring
Requiredbool?
Should the value be required.
ViewIdsList<Guid>?

Methods

Name
Parameters
Type
Description
GetRequestsList<RequestBase>
GetValidationErrorsList<string>
Returns a collection of the current validation errors.
RefreshAsyncbool forceRefresh
Task
Instructs the grid to re-fetch and render the current data from the supplied data source.
ResetStatevoid
Validatebool