Grid column display order question.
I'm getting my data from an XML source:
<Person>
<Firstname>
<Lastname>
<Company>
<Phonenumber>
<Street>
<City>
<Zip>
</Person>
I can't figure out how to change the display order on the grid. I'm sure it is something easy I'm missing. But I thought I'd ask.
I'm trying to get the GRID to display the columns in this order:
Company Firstname Lastname Street City Zip
(notice, I'm not using Phonenumber)
Just thought I'd ask. I did look from a bunch of the examples, but didn't really see anything that owuld help - but I might have missed it.
Thanks, Carl
<Person>
<Firstname>
<Lastname>
<Company>
<Phonenumber>
<Street>
<City>
<Zip>
</Person>
I can't figure out how to change the display order on the grid. I'm sure it is something easy I'm missing. But I thought I'd ask.
I'm trying to get the GRID to display the columns in this order:
Company Firstname Lastname Street City Zip
(notice, I'm not using Phonenumber)
Just thought I'd ask. I did look from a bunch of the examples, but didn't really see anything that owuld help - but I might have missed it.
Thanks, Carl
January 10,