Ext version tested: 5.0.0.736


Browser versions tested against:


  • Chrome 34.0.1847.137

  • FF 28

  • FF 29.0.1

  • Safari 7.0.4 (9537.76.4)


DOCTYPE tested against:

Description:


  • If a grid contains actioncolumns and the rowediting plugin, rowediting throws an error. After removing the actioncolumns, all works as expected. The following error comes up: Uncaught TypeError: Cannot read property 'disabled' of undefined. The Error comes from Ext.grid.column.Action#defaultRenderer line: disabled = item.disabled || (item.isDisabled ? item.isDisabled.call(item.scope || scope, view, rowIdx, colIdx, item, record) : false);


Sencha-Fiddle


http://ift.tt/1psiNzj

Steps to reproduce the problem:



  • Click on a row to edit

  • Look in the console window of the browser


The result that was expected:

  • After click on row

  • Edit a columncontent

  • Click on Update

  • Update the store


The result that occurs instead: