Accessing DataGrid header items

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there!

With the datagriditem object, I believe we can't access the cells in the
datagrid header. Any pointers on how this can be achieved? I am looking at an
approach without using the itemcreated event of the datagrid, which I have
already implemented.

Regards,
Piyush
 
Piyush,

Depends what you want to do with those headers, you can set them using the
columnstyles of the datagrid, is that what you want to do?

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