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

[Solved] Add a link to a grid control

2 Answers 136 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 02 Jun 2009, 06:18 PM
Hi,

Let me start with this.  I'm so new with this product and have a deadline.

My new issue is how do I create a link and provide a querystring to another page.   This is fairly straigthtfoward in ASP.NET grid.  How is this accomplished in RadControl AJAX grid.  I don't need to go to a template but rather another grid with additional summary information and then a very detail form.

Thanks,

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 03 Jun 2009, 04:57 AM
Hi Joe,

You can make use of the GridHyperLInkColumn to achieve the required scenario. You can use the NavigateUrl property of the Hyperlink to navigate to a new page or pass navigate URL fields by specifying a format string as the value of the DataNavigateUrlFormatString property. To understand better you can refer to the following help document which explains on various column types:
Column types

Thanks
Princy.
0
Joe
Top achievements
Rank 1
answered on 15 Jun 2009, 11:29 AM
Thanks Princy this worked out great
Tags
Grid
Asked by
Joe
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Joe
Top achievements
Rank 1
Share this question
or