Fixed Column Headers in DataGrid

  • Thread starter Thread starter Darius
  • Start date Start date
D

Darius

Hi,

I was wondering if there's a way to display the column
headers without any data in the DataGrid control. Looks
like without data, the hearders in the DataGrid just don't
display.

Any ideas would be greatly appreciated.

Thanks a lot.
 
I think that if the DatagridColumns are correctly mapped to the datasource,
as well as the TableStyle, the columns and column headers will display.
But it's just an asumption. I haven't tried it.

hth!
 
Back
Top