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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top