Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
905
Select/Edit button in Grid handled on SERVER side, not client..
posted

 

I am trying to add a button or image button column to my webgrid that will serve as a "select" button. I need the button to fire back to my server (with the row information so I can pull the proper ID) in order to load a page with information on this Row. This isn't simply an Edit Template. It is a "dashboard" type page designed around the row chosen.

I see examples on how to do this on the client side and put the row in "edit" mode, but that isn't what I want. I need to handle the button click even on the server side so I can navigate to an entirely new page.

Any help is much appreciated!