rzymek
19 Sep 2014, 8:17 AM
I was able to reproduce a bug in this fiddle (https://fiddle.sencha.com/#fiddle/akc).
Look at a column Auto. When you add new record then property "auto" is false. If you click icon on the right the record will be modified: auto = true (btw I use delete icon from previous fiddle but it's used for edit action now :) ).
However, value in "auto" column is unchanged and also you can notice that dirty mark appears in the cell corner.
If you call reconfigure on grid manually boolean column will be refreshed and displayed properly.
Look at a column Auto. When you add new record then property "auto" is false. If you click icon on the right the record will be modified: auto = true (btw I use delete icon from previous fiddle but it's used for edit action now :) ).
However, value in "auto" column is unchanged and also you can notice that dirty mark appears in the cell corner.
If you call reconfigure on grid manually boolean column will be refreshed and displayed properly.