Hi Mates ,
On my item view i had 2 dropdown control and Save & Submit button.
On save button i am saving data on DB and on Submit button i will validation if user select any value from dropdown using Form Passes validation.
problem is that if user not select data and click on Submit, control get validated and it highlighted with Red color which is as expected. now user click on Save with blank dropdown, Data get save but the control still have those validation
How we can remove those validation on Save button as on Save i don’t want to validate anything.