Custom Header in datagrid

  • Thread starter Thread starter Roger
  • Start date Start date
R

Roger

How do I dynamically set the column header in a datagrid based on a sql
query?
 
In the itemCreated event you code for
if(e.Item.ItemType==ListItemType.Header) {
}
 

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