What is the simplest way to call a javascript funcrtion from a GridViewHyperlinkColumn or a GridViewDynamicHyperlinkColumn (directly or with code behind?
For now, I've created a custom column with an HyperlinkButton, but the UI rendering is not the same as the 2 out of the box columns. What I would like to see is a Command implementation with parameters, similar to the GridViewDynamicHyperlinkColumn's NavigateUrlFormatString and NavigateUrlMemberPaths property.