I am using autogenerate to bind a string array to a datagrid
however it displays the column name as "Item" is there
a way to change this without setting the autogenerate
function to false. Also when I print the web report
part of one row is on one page and the other part on the
next page. Is there any way to stop this on the printout.
Eliyahu Goldin - 19 Jul 2005 09:46 GMT
1. Post unrelated questions in separate threads.
2. You can catch the headers and replace their text in ItemCreated event.
That is your only opportunity when using autogenerate.
Eliyahu
> I am using autogenerate to bind a string array to a datagrid
> however it displays the column name as "Item" is there
> a way to change this without setting the autogenerate
> function to false. Also when I print the web report
> part of one row is on one page and the other part on the
> next page. Is there any way to stop this on the printout.