I have a button in one of the columns of the RadGrid. How to get the DataKeyValue of that row when the button is clicked on the client-side.
Currentyl I am using the 'SelectedIndex' routine on the server-side but since the index changes continously as more data is being added to the backend database by other users of the application this creates an issue leading to the user ending up editing a wrong record?
Currentyl I am using the 'SelectedIndex' routine on the server-side but since the index changes continously as more data is being added to the backend database by other users of the application this creates an issue leading to the user ending up editing a wrong record?