<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Time Slider Bind to feature grid in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/time-slider-bind-to-feature-grid/m-p/434682#M11229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2011 22:36:49 GMT</pubDate>
    <dc:creator>ChristopherHill</dc:creator>
    <dc:date>2011-04-18T22:36:49Z</dc:date>
    <item>
      <title>Time Slider Bind to feature grid</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/time-slider-bind-to-feature-grid/m-p/434679#M11226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 14:56:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/time-slider-bind-to-feature-grid/m-p/434679#M11226</guid>
      <dc:creator>MattMiley</dc:creator>
      <dc:date>2011-04-18T14:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Time Slider Bind to feature grid</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/time-slider-bind-to-feature-grid/m-p/434680#M11227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 15:33:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/time-slider-bind-to-feature-grid/m-p/434680#M11227</guid>
      <dc:creator>ChristopherHill</dc:creator>
      <dc:date>2011-04-18T15:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Time Slider Bind to feature grid</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/time-slider-bind-to-feature-grid/m-p/434681#M11228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well all i really want to do is query by date using my date picker and have my grid be the filtered results grid. Whats the best way to achieve this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 15:43:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/time-slider-bind-to-feature-grid/m-p/434681#M11228</guid>
      <dc:creator>MattMiley</dc:creator>
      <dc:date>2011-04-18T15:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Time Slider Bind to feature grid</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/time-slider-bind-to-feature-grid/m-p/434682#M11229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 22:36:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/time-slider-bind-to-feature-grid/m-p/434682#M11229</guid>
      <dc:creator>ChristopherHill</dc:creator>
      <dc:date>2011-04-18T22:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Time Slider Bind to feature grid</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/time-slider-bind-to-feature-grid/m-p/434683#M11230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;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.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;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. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example I using a simple spatial query similar to below,&amp;nbsp; and im trying to bind the results to a timeslider also. &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#SpatialQuery"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#SpatialQuery&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 12:46:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/time-slider-bind-to-feature-grid/m-p/434683#M11230</guid>
      <dc:creator>gabrielvazquez</dc:creator>
      <dc:date>2011-07-08T12:46:56Z</dc:date>
    </item>
  </channel>
</rss>

