Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: b1xml2Posted on 2005-06-06 at 07:50:37ID: 14153685
can you instead change the underlying source, and set AutoGenerateColumns to true and hook into the ItemCreated and ItemDataBound to further finetune the display. What I mean by this is you have your original source of data which you transform by code to another dataset with the columns in the datatable determined by the original data, thereby having a datatable that can be plugged straight into a DataGrid. This way, you deal purely with the data and let the DataGrid do its thing.