Hello,
I have a javascript web app, and it works fine. Being a newbie, I have a few questions as to how to expand some of the functionality.
First, how would one go about flashing one of the found polygons in a datagrid, similar to the functionality you have when performing a find in ArcGIS.
Secondly, I have another point layer that I'd like to perform finds on, how do I go about adding that second layer to find find function.
I'll post my app for a little more clarity.
Thanks in advance
Kevin L.
Thanks for replying!
As for the second question, I did that, but it doesn't show up when you click search. I've added another variable called marker symbol (because I'm now searching off of a point FC), but to no avail.
It might have something to do with the new layer not being connected to the DataGrid, but I'm not sure.
Kevin