I have designed Web Mail using Rad Grid.I have displayed Mails in Rad Grid.On Clicking the mail,I need to the redirect to the another page with the id of the row as querystring.Can anyone pls tell me how to do it?
3 Answers, 1 is accepted
0
Kostadin
Telerik team
answered on 27 Sep 2012, 01:38 PM
Hello,
In order to redirect to another page, on the first page when you click the mail you have to pass the value with the url. As an example you could take a look at the following code.
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Thanks for u r rply. I think u didnt understand my question.I need to know how to get the id of the row on clicking the email in radgrid?Can u pls tell me in what event i have to write and what is the code to get the id of the row?If u reply as early as possible,it will be useful for me.
0
Kostadin
Telerik team
answered on 28 Sep 2012, 01:40 PM
Hello,
Check out this article where is described how to access cells and rows and let us know if you still cannot get the id afterwards.
Regards,
Kostadin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.