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
45
Select row and capture the row's key server-side
posted

Hello,

I have a web data grid and on row selection, I need to pass the row's datakey value to a objectdatasource.

I have found where I can achieve this on the client-side with java-script but not on the server-side. I am assuming I should using the OnRowSelectionChanged ?