diff -r da1f4525169d -r fa4eb830c151 www/js/prod_edit.js --- a/www/js/prod_edit.js Mon Apr 01 19:57:34 2019 +0200 +++ b/www/js/prod_edit.js Thu Apr 18 21:26:06 2019 +0200 @@ -4855,6 +4855,10 @@ $("#mashGrid").jqxGrid('sortby', 'step_temp', 'asc'); }); $("#wstep_name").jqxInput({ theme: theme, width: 320, height: 23 }); + $("#wstep_name").on('change', function (event) { + var rowdata = $("#mashGrid").jqxGrid('getrowdata', mashRow); + rowdata.step_name = event.args.value; + }); $("#wstep_type").jqxDropDownList({ theme: theme, source: MashStepTypeAdapter,