I need to implement validation messages that appear right next to invalid field. Any help would be appreciated.
Use msgTarget 'side' for validation in right side and msgTarget 'under' for bottom
items: [{ xtype: 'textfield', fieldLabel: 'Name', allowBlank: false, name: 'name', msgTarget: 'side', blankText: 'This should not be blank!' }]