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
255
Webgrid Postback on click for Hierarchical Data
posted

I have a web grid with Hierarchical data.

This data is represented as a list of cutomers that is expanded out to show each order each customer has made.

I have a grid click event which is the last cell in the expanded orders grid.  When this sell is click it displays a pdf of the actual order in a seperate pop out window.  The user is not allowed to edit, add or delete any of the columns.  <~~ This all works fine and dandy...

Whenever a user clicks on one of the other cells the grid does a post back and closes the current location of what was expanded.

I want to stop the post back on the click event so that the page doesn't reload or refresh on each click closing the current location of where the user was at.  Is this possible and how can this be accomplished?