I have a grid with a mode. I have defined the required field in the model as such:
If don't set a value for the at field, I am still able to save. Is there a way I can prevent the user from saving without choosing a value for this field?
WorkTypeID: { type: "number", validation: { required: true } },