Hello,
I have to implement a logic on the grid where the user is not allowed to add after COB so do not show the add form, here is the logic
beforeShowForm: function (formid) {
if (isPastCOB()) {
alert(“Not allowed”);
} else {
…continue processing
}
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top