DataGrid ColumnHeader

  • Thread starter Thread starter Navin
  • Start date Start date
N

Navin

Hi,

I am using dynamic SQL and fetching the records to data table and binding
the information to grid I got the rows in which i am fetching but i amnt able
to bind the column headers its always empty.

Navin.D
 
Navin,

You need a command to get the datatable.
By instance tableadapter.fill(datatable) in the load event.
The rest can be done all by the designer.

Cor
 
Navin,

You need a command to get the datatable.
By instance tableadapter.fill(datatable) in the load event.
The rest can be done all by the designer.

Cor
 
Back
Top