Dynamic Column Values (ActionLink, LinkButton) in Data Grid Source
Hi,
Is there a way to have a dynamically changing column values for data source grid specifically for column types ActionLink or LinkButton? Like I'll be getting the value from the database and pass it into the ActionLink or LinkButton to be displayed. As of now I only see that the values from the DataSource is only passed into the column type Labels and Derived by using a variable in the expression.
Thanks!
|