Hi Hamza
I believe you want to get the grid line number.
1st Create a local variable (CurrentRowNumber)
2nd Click on Roll Cell
\ Properties \ Events \ Event \ add an onclick event
3rd Add a new client action
4º Add an Assign with the variable (CurrentRowNumber) and pass the grid value (nameGrid.List.CurrentRowNumber)
5º Repeat the step for the other Row Cells (with the same Client Action)
To show the value of the row add an Expression with the value of the variable (CurrentRowNumber)