Problem I am facing is. I have a form that query the database and get information on cars, I would like to get the Unique Id of that data and pass it to an already made component.
layout : 'fit',
items : [{
xtype: 'cargrid',
autoScroll: true
//here I want the ID to be passed to this cone
}]