I have a hyperlink column in my radgrid:
I'd like to be able to add more URL parameters to the DataNavigateUrlFormatString at runtime during the ItemDataBound event. How do I accomplish this?
<
telerik:GridHyperLinkColumn Target="_parent" HeaderText="ID" DataTextField="volunteer_id" DataNavigateUrlFormatString="VolunteerEdit.aspx?Id={0}&type=edit" DataNavigateUrlFields="volunteer_id" UniqueName="volunteer_id"></telerik:GridHyperLinkColumn>
I'd like to be able to add more URL parameters to the DataNavigateUrlFormatString at runtime during the ItemDataBound event. How do I accomplish this?