Here Mudassar Ahmed Khan has explained with an example, how to get the GridView Row and its RowIndex on Client Side when the GridView Row is selected using jQuery.
When the Select LinkButton is clicked, a jQuery Click event handler will be called and using the reference of the Selected Row, the values will be fetched and displayed using JavaScript Alert Message Box.
This article will also explain how to read values from the Cells and TextBoxes present in the GridView Row using jQuery.
↧