javascript - How to use single click line editing in latest jqgrid -
single click inline row editing started beforeselectrow not working in latest free jqgrid github master.
clicking in row start inline edit causes exception
uncaught typeerror: cannot read property 'rows' of undefined line 16181 column 45typeerror: cannot read property 'rows' of undefined @ showhideeditdelete open page in chrome , press kohe button in pressed state. after click in line start inline editing. exception occurs.
how use single click inline row editing in latest free jqgrid ?
the reason of problem: called setfrozencolumns twice. second call destroys internal structures. if skip in debugger second call of setfrozencolumns inline editing starts work.
i posted the changes ignore second call of setfrozencolumns. nevertheless strictly recommend remove second call of setfrozencolumns code.
Comments
Post a Comment