# XML to DataGrid

**URL:** https://forum.kirupa.com/t/xml-to-datagrid/269589
**Category:** flash
**Created:** [August 29, 2008, 7:02am UTC](https://forum.kirupa.com/t/xml-to-datagrid/269589 "2008-08-29T07:02:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![pmantzar](https://avatars.discourse-cdn.com/v4/letter/p/e274bd/32.png) [@pmantzar](https://forum.kirupa.com/u/pmantzar)
#### Post date: [August 29, 2008, 7:02am UTC](https://forum.kirupa.com/t/xml-to-datagrid/269589/1 "2008-08-29T07:02:17Z")

</div>

I want to load XML data at the DataGrid but not all the data but only some of them with a specific id . something like that in mySQL

SELECT \* FROM data WHERE type=1;
