Skip to content

Skybrud.Umbraco.GridData v2.0.0

Compare
Choose a tag to compare
@abjerner abjerner released this 26 Jan 20:35

» Install via NuGet

Breaking changes

  • The IGridControlValue interface will now require an IsValid property returning a boolean value to indicate whether the control (and it's value) is valid.
  • The IGridControlValue interface will now require a GetSearchableText method returning a textual representation of the control (eg. for use in Examine).