Hi,
Suppose I have the following XML file:
... (more ''s)
Is there any way for me to load the data from this file into a grid but have each column in the grid bound to the data typ specified in the file using C#? For instance, in the above example, after loading the XML file, my grid should have 3 columns (A, B, and C), where column A has data type "string", B has "int", and C has "float".
Thanks,
Clario