Hi
I am trying to figure out how to trim the trailing spaces off the Url and the Text fields. Both are coming from a linqdatasource.
I have tried a couple things but without success.
Hope someone can lead me in the right direction.
Thanks Paul
<telerik:GridHyperLinkColumn DataNavigateUrlFields="Item_Info_Url" DataTextField="Item_Description" |
UniqueName="column" DataNavigateUrlFormatString="{0:G}" |
DataTextFormatString="{0:G}"> |
</telerik:GridHyperLinkColumn> |