A
Adam Getz
Is there a way to dynamically set the field DataNavigateUrlFormatString in a
hyperlink column of a datagrid? Currently, if a user clicks on the
hyperlink in the hyperlink column for every record in the grid, they are
always directed to the same url. This is because the
DataNavigateUrlFormatString value is the same for all rows in the datagrid.
I would like a different Url based upon values in the datagrid. For
example, I have a column called Type in my datagrid. Based upon this value,
I would like the user to be redircted to an appropriate URL when the click
on a hyperlink. Can the DataNavigateUrlFormatString value be modified
dynamically to handle this situation?
Adam Getz
hyperlink column of a datagrid? Currently, if a user clicks on the
hyperlink in the hyperlink column for every record in the grid, they are
always directed to the same url. This is because the
DataNavigateUrlFormatString value is the same for all rows in the datagrid.
I would like a different Url based upon values in the datagrid. For
example, I have a column called Type in my datagrid. Based upon this value,
I would like the user to be redircted to an appropriate URL when the click
on a hyperlink. Can the DataNavigateUrlFormatString value be modified
dynamically to handle this situation?
Adam Getz