Is it possible to have a grid/feature grid bind to a time slider Value?, I have a date picker setup that binds to a time slider on a map. I want the user to be able to use a datepicker to query a time aware layer and get a gird of the results to print a report for each month.
It may be possible to do what you are asking, but the main purpose of the TimeSlider control was to bind to the Map.TimeExtent property for filtering time aware data on the map.
you can use a QueryTask. Build a Query object then you can set Query.TimeExtent to TimeSlider.Value or create a TimeExtent using your a DatePicker. You can then take the results from the query task and use them in a FeatureDataGrid.
you can use a QueryTask. Build a Query object then you can set Query.TimeExtent to TimeSlider.Value or create a TimeExtent using your a DatePicker. You can then take the results from the query task and use them in a FeatureDataGrid.
Chris, Do you have code which demonstrates binding a querytask results to a timeslider. Or can you direct me to a url that demonstrates this. I am running numerous attribute/spatial queries that push out to sldata:dataGrid, and I am trying to pass these query results to a time slider also.