I'm writing a query tool so that users can write SQL queries against a database, I will not know the structure of the dataset beforehand.

Is there a way to bind the GridPanel to a DataTable where the columns are unknown?

Thanks.