Hello
I am reading in an XML file that was created in VFP. I have the VFP client extract a table to XML and it also generates the schema file. I have my WinForm app read in the schema ( DataSet.ReadXmlSchema() ) and then have it read in the xml data file. That works great. But the RadGrid is unformatted. I would like to format the column headers and the column spacing. Can I pre-format the grid to the XML schema, or can it be done dynamically when the dataset that is bound to the grid is defined by the schema??
Thanks!
Harold
I am reading in an XML file that was created in VFP. I have the VFP client extract a table to XML and it also generates the schema file. I have my WinForm app read in the schema ( DataSet.ReadXmlSchema() ) and then have it read in the xml data file. That works great. But the RadGrid is unformatted. I would like to format the column headers and the column spacing. Can I pre-format the grid to the XML schema, or can it be done dynamically when the dataset that is bound to the grid is defined by the schema??
Thanks!
Harold