xxbd123
8 Apr 2012, 7:55 PM
columns:[
{
id:"column_name",
header:'nnnnnnnnnnnnnn', dataIndex:'name',
editor:{
xtype:"textfield",
enableKeyEvents:true,
listeners:{
keydown:function (t, e, eOpts) {
editor.startEdit(1,0);
}
}
}
}
33754
If press any key ,the edit should be move,but in the IE8- it's error,and ie9 or chrome is ok,,,,,so why thanks ;)
{
id:"column_name",
header:'nnnnnnnnnnnnnn', dataIndex:'name',
editor:{
xtype:"textfield",
enableKeyEvents:true,
listeners:{
keydown:function (t, e, eOpts) {
editor.startEdit(1,0);
}
}
}
}
33754
If press any key ,the edit should be move,but in the IE8- it's error,and ie9 or chrome is ok,,,,,so why thanks ;)