Is there a way to get xamDataGrid to render column titles before its DataSource property is set?
Hello,
You could set the DataSource to an empty List<T> where T matches the type of the object in the list that you will bind the xamDataGrid to. This would show the headers in the grid and then when you want to bind to your data you would just have to set the DataSource Property again.
Let me know if this approach works for you.
Please let me know if I may be of further assistance on this.