Hi,
I have radgrid on my page with some template colomns. All the columns has textboxs with text_changed events.
If user clicks on any of the textbox of any row of grid, I want to know the row number. Is it possible from client side to know the row number?
I tried ItemCommand event, it gets raised when I click on any textbox but if I tab from one textbox to another at that time it doesn’t get raised. And on moving from one textbox to another I want to know row number from grid.
Please let me know any client or server side event to get the row number. It would be better if there is a way to get it from client side.