Using Telerik Extensions for ASP.NET MVC, I created the following Grid:

.. and I am able to extract the value of my Order Number using the client-side event “OnRowSelect”, when the user selects any item in the grouped order. I can then get as far as displaying the selected value in an alert but what I really want to do is pass that value back to a different controller action. Is this possible using javascript?
When I tried the server-side control, I ended up with buttons beside each detail row, which was just not the effect/look desired.
As it turns out there is an easier way to get to the new page by simply changing the Window.location as follows:
Thanks to those who responded; however, the above answer as provided from Daniel at Telerik is more of what I was looking for.