Hybrid View
-
8 Oct 2012 6:46 PM #1
Answered: Editable demo in Ext.ux.touch.grid
Answered: Editable demo in Ext.ux.touch.grid
Ext.ux.touch.grid has an editable demo, "editable.js". There are six fields, the last field(which is called "active") is a selectfield. When I double tap the cell and select "no" then click other place, the cell still has "Yes" displayed. It seems the value didn't change, why?
-
Best Answer Posted by haduki
Ext.ux.touch.grid/feature/Editable.js line 84
Code:value = field.getValue(),
-
8 Oct 2012 7:22 PM #2
Ext.ux.touch.grid/feature/Editable.js line 84
Code:value = field.getValue(),
I write English by translator.
-
8 Oct 2012 11:27 PM #3


Reply With Quote