This is a migrated thread and some comments may be shown as answers.

HTTP POST with Hyperlink column

1 Answer 110 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ed
Top achievements
Rank 1
Ed asked on 24 Jun 2008, 03:11 PM
I have a situation where I have a grid that includes a hyperlink column (that is created in my PageLoad if !PostBack.

It works fine to create it and use the URL format string to set the URL if the page accepts my arguments on the URL.  However, in my scenario, partly due to security issues, we really do not want to pass the parameters on the URL as an HTTP GET.  We want to do an HTTP POST.  Is there any way to setup the parameters for the post for the Grid Hyperlink column?  if it can't just be setup when I create the column and work automagically, am I able to use a hyperlink column (to get the appropriate styling behaviors) yet intercept an appropriate event to handle the  HTTP action myself?

Thanks,

-Ed

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 27 Jun 2008, 06:06 AM
Hello Ed,

Unfortunately, the requested functionality is not achievable presently. You may consider using a LinkButton column or a template column, to manually handle the ItemCommand. Also, you may consider reviewing the following forum, where a similar discussion was brought up.
I hope this helps.

Greetings,
Yavor
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Ed
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or