I have a Dojo grid that zooms to a selected point on the map when an ObjectId cell in the grid is clicked on. I would like to change this to allow the zoom when the entire row or another attribute such as "Name" is clicked on. The problem is that the ObjectId is my only unique identifier and I am getting no results when modifying and clicking on another field. I have attached a text file that shows the code that I used to generate the grid and also the function that does the querying. Could someone please provide some guidance on what I am missing? Any help is greatly appreciated. Thanks in advance.