Previous Thread

8/16/2006 2:45:28 AM    Get account name from crmGrid
I have a button in my GUI that needs to get the name of the seleted 
 
item in the grid. 
 
alert(document.getElementById('crmGrid').InnerGrid.SelectedRecords[0]); 
 
or 
 
alert(getSelected('crmGrid')); 
 
will return the GUID of an account. 
 
Is it possible with javascript to return the name of the account insted 
 
of the GUID?