Skybrud.Umbraco.GridData v2.0.0
Breaking changes
- The
IGridControlValue
interface will now require anIsValid
property returning a boolean value to indicate whether the control (and it's value) is valid. - The
IGridControlValue
interface will now require aGetSearchableText
method returning a textual representation of the control (eg. for use in Examine).