G
GaryB
The datagrid.items collection only appears to have data rows in it. for
Instance...
dim myItem ad dataGridItem
myItem = myGrid.Items(0)
returns the first data row of data.
How can I access the Headertext and footer text? The docs say ...
" A DataGridItem represents an item (row) in a DataGrid control, such as a
heading section, a footer section, or a data row." So, it must be possible
to access it.
Anyone know how?
Thanks,
Gary
Instance...
dim myItem ad dataGridItem
myItem = myGrid.Items(0)
returns the first data row of data.
How can I access the Headertext and footer text? The docs say ...
" A DataGridItem represents an item (row) in a DataGrid control, such as a
heading section, a footer section, or a data row." So, it must be possible
to access it.
Anyone know how?
Thanks,
Gary