I'm using a Dojo Grid to display the features selected on a map. I wonder if it's possible to have more than one field as idProperty. The reason I need this is because I need to use one of the IDs to select the feature on the map when the row is clicked on the grid. And I need to other key value to pass it to a web service once the user selects multiple records from the grid.
If having multiple IdProperty fields is not possible, then I need to know if I can get all the columns from a selected row.
Thanks in advance for your help.