This is making me crazy...
My code below returns the correct url and link.
When I click on the link however...any spaces in folder names or file names creates a %20 instead of a space. And my browser won't open the file.
How do I do a replace on this? so the %20 is replaced by a + or just the space?
<telerik:GridHyperLinkColumn FooterText="HyperLinkColumn footer" DataTextFormatString="Open"
DataNavigateUrlFields="FullName" UniqueName="LinkFullName" DataNavigateUrlFormatString="{0}"
HeaderText="Open" DataTextField="FullName">
</telerik:GridHyperLinkColumn>
ASKER
Anyway, thanks.