Hi,
I want to have a list box on the right side of my Map to list the Name attribute of the features displayed on screen. So every time map extent changes, the list gets updated with the names of displayed features.
I have the feature layer added in OnDemand mode. Since the feature layer (in OnDemand mode) only returns the features in the map extent I was wondering if there is a method to retrieve the Name attribute of the returned features.
Instead of performing a spatial query each time the map extent changes, I simply retrieve the attribute from the features that is displayed.
Any hint would be greatly appreciated,
Mansour