Help :datagrid Autogenerate and Template ???

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

Guest

Dear all,

I have a datagrid which bind to a dataset object
Datagrid autogenerate propertie is set to True.

I need to create the first column of my grid to be used as an hyperlink and
sending the content click cell to the next page as a parameter.

I can do that without any trouble if my grid is not set for autogenerate.
How can I do when columns name are issue from the dataset ?

regards
serge
 
If you want to do specific things with specific columns then you should
specify the columns.
Otherwise you will have to wrap an IF/THEN check on every columns
databinding event.
 
Back
Top