Dear All,
Today , We will see, Set value into matrix cell without change focus.
Write into Beforeaction=true and et_validate event.
Today , We will see, Set value into matrix cell without change focus.
Write into Beforeaction=true and et_validate event.
form.Freeze(true);
var cell = matrix.GetCellFocus();
matrix.SetCellValue(columnId, row, value);
matrix.SetCellFocus(cell);
form.Freeze(false)