Hi,
http://msdn.microsoft.com/library/de...letopic.aspYou can bind a datagrid to an array. It will show any properties containedin the class stored in the array. Public variables will not be displayed.You can read a well formed xml file into a dataset by using the dataset'sreadxml method.http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdatadatasetclassreadxmltopic.aspKen---------------------"bingomanatee" <(E-Mail Removed)> wrote in messagenews:(E-Mail Removed)...I am new at VB programing and experiementing at using datagrids. Iwould like to know how to get rid of the header that spans the columnheads -- the big horizontal thing. Failing that, I would like to use itto display the title of my data.As I am using data from XML not an ODBC swource, I am using an array ofobjects as a data source. Is this type of data source an issue here?thanks in advance, Dave