I'm migrating repeater control in my code to telerik grid control.
In my repeater control i'm using the following piece of code as my URL
<
a href="<%# Globals.GetSiteUrls().Post( (int) DataBinder.Eval(Container.DataItem, "PostID") ) %> ">
I have to use the same in GridHyperLinkColumn.
How to give value in DataNavigateUrlFormatString??