Help :datagrid Autogenerate and Template ???

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
 
G

Guest

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.
 

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

Top