Advertisement
Guest User

Untitled

a guest
Sep 1st, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. }
  2. });
  3.  
  4. // this.up('grid').getSelectionModel().setCurrentPosition({row: rowIndex, column: 3});
  5. cellEditing.startEdit(rowIndex,3);
  6.  
  7. }
  8.  
  9.  
  10. }
  11. }},
  12. { text: 'Name', dataIndex: 'name' },
  13. { text: 'Email', dataIndex: 'email', flex: 1 },
  14. { text: 'Phone', dataIndex: 'phone',editor:{xtype:'combo',store:unitStore,
  15. queryMode:'local',displayField: 'phone',
  16. valueField: 'phone',selectOnFocus:true,triggerAction: 'all',
  17. } },
  18.  
  19. ],
  20. height: 200,
  21. width: 400,
  22. renderTo: Ext.getBody()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement