I need to implement validation messages that appear right next to invalid field. Any help would be appreciated.
See the msgTarget config of the control. msgTarget: 'side' would put the validation message to the right of the control.
msgTarget: 'side'