ist posible to apply .GetDojoShape() in this findTask Data? (or have access to his Style or Outline).
It's probably best to start a new thread...
But to no, .getDojoShape() is not applicable to findTask results do not have symbology. It's up to your app to create a graphic from the findResult using the returned geometry and a symbol you create.
ok, now I think, I need to use the standart highlight method 🙂 I went to make a hightlight without create a new object (its not possible without the previous simbology).
The find task does not have anything to do with map navigation. To pan and/or zoom to a location or feature, use the methods available on the map class. In addition to the methods I mentioned previously, you could also use setExtent() if you want to zoom to a specific polygon. This is what the code shown in the fiddle linked above does.