candiesxyz
New Member
Is it possible to put dynamic data in a header template of a datagrid? I would like the headers to be dynamic and appear once, and the rest of the data to just flow.DataGrid1.Columns.Item(1).HeaderText = "whatever you want here"<BR><BR>the item(1) is a collection identifyer from the header of the datagrid. 0 - however many columns you have left to right.Thanks, but that's not what I was looking for. That works if you have a bound column, but this is a <headerTemplate> with HTML, not a bound column within the itemTemplate.