Select to view content in your preferred language

FeatureDataGrid Columns

702
4
06-02-2010 08:30 AM
ChrisYeager
Emerging Contributor
Is there a way to specify what columns are visible within the FeatureDataGrid?

Thanks!
0 Kudos
4 Replies
dotMorten_esri
Esri Notable Contributor
The simplest way to do that is limit the outfields you request from the server
0 Kudos
ChrisYeager
Emerging Contributor
Thank You that did the job!
0 Kudos
ChrisYeager
Emerging Contributor
Now im trying to display maptips on the selection of an item on the FeatureDataGrid.  I already have maptips working on my featurelayer but it would be ideal to have them pop up when i select them from the FeatureDataGrid.    Any ideas?
0 Kudos
dotMorten_esri
Esri Notable Contributor
MapTips can only be triggered by MouseOver. If you need this behavior, pop up a control next to the feature on top of the map when you interact with the datagrid.
0 Kudos