or
The Category Column field remains active but there is no validation message. The UI now appears broken as you can no longer edit other fields.
Note that the validation message is being activated but it is not visible as it is hidden by the grid. This can be shown by adding the css rule below.
.k-grid td{ padding-bottom:2em;!important}