Hi there, To display an XML file using the datagrid control, you can simply load the xml document into a data source such as the DataSet object, then bind it to the grid control. You can see an example from here[^]. Another option is to use the XML server control[^].