If that behavior is compulsory, then consider changing that Item's (controller's) 'AffectsFormMode' property as below.
YourController.Item.AffectsFormMode = false;
If that behavior is compulsory, then consider changing that Item's (controller's) 'AffectsFormMode' property as below.