Hi,
I'm retrieving data using a select query into a datatable. When I try to show this data in a grid with the AutoGenerateColumns=true, the data is not shown.
Is there a way to show the data from a datatable in a grid with automatic generation of the columns? The number of columns in the query are dynamic, before execution of the query I don't know the number of columns.
Thanks