Problem statement : On Selection of Exit status only resignation date should show mandatory field error. and after selecting resignation date lastWorkingDate should auto populate.likewise, On section of Allocation option1 only start date and end date should show mandatory field error. Implementation : below code not working as expected for status on change.
Hi Shriyash,
Would it be possible for you to share the .oml file, or perhaps create one where the issue is occurring? This would make it easier for the community to assist you.
Hi @Shriyash Dixit
In your case, OnCellValueChange does not revalidate other columns.
In OutSystems Data Grid, OnCellValueChange only reacts to the column that was edited.
Your validation is for another column (ResignationDate) hence the grid does not refresh validation UI for that column.
You need to use Data Grid Column Validation Rule here.