Hi,
After upgrade to v12.1p_2020-05-09 I have noticed problem with grid editing.
If a grid has filterEditor shown and has a lot of columns then if I start editing a row and scroll grid horizontally to show last columns, I got the following js error and consequently those last columns are not rendered (blank space):
Grid is set as allowFilterOperators = true and showFilterEditor = true.
Any help?
MichalG
After upgrade to v12.1p_2020-05-09 I have noticed problem with grid editing.
If a grid has filterEditor shown and has a lot of columns then if I start editing a row and scroll grid horizontally to show last columns, I got the following js error and consequently those last columns are not rendered (blank space):
Code:
TypeError: this.grid.updateFilterOperators is not a function Stack from error.stack: _3.addItems(<no args: exited>) on [DynamicForm ID:isc_DynamicForm_2] @ ISC_Grids.js:3436:735 DynamicForm.addItem(<no args: exited>) on [DynamicForm ID:isc_DynamicForm_2] @ ISC_Forms.js:299:276 GridBody._updateEditItems(<no args: exited>) on [GridBody ID:isc_LG_5_body] @ ISC_Grids.js:749:190 GridBody.redraw(<no args: exited>) on [GridBody ID:isc_LG_5_body] @ ISC_Grids.js:732:22 _3.$134b(<no args: exited>) on [GridBody ID:isc_LG_5_body] @ ISC_Grids.js:220:417 [c]Class.fireCallback(_1=>callback(), _2=>null, _3=>null, _4=>[GridBody ID:isc_LG_5_body], _5=>undef) on [Class Class] @ ISC_Core.js:311:104 Class._fireActionsOnPause() on [Class Class] @ ISC_Core.js:316:383 [c]Class.fireCallback(<no args: recursion>) on [Class Timer] @ ISC_Core.js:311:104 Timer._fireTimeout(_1=>"$ir516", _2=>536, _3=>undef) on [Class Timer] @ ISC_Core.js:2079:166 <anonymous>() @ ISC_Core.js:2076:40
Any help?
MichalG
Comment