In this case, the RadSpinEditor in the RadDataEntry control has a minimum value set to 1 (bigger value than 0). When using the delete button to remove the last item from the bound collection, an exception will be thrown.
when I create a custom editor inside the DataEntry.EditorInitializing event it is not passed onto the DataEntry.EditorInitialized event. Only the default is passed.