In that example, how do I get the row of the LinkButton
in the editClick() method?
1 Answer, 1 is accepted
0
Yavor
Telerik team
answered on 11 Aug 2008, 08:22 AM
Hi James,
In this scenario, you can use the onRowMouseOver client side handler for the Grid control. In this function, you can keep track, through a variable, of the index for the currently active row. In the onClick handler for the linkButton, you can access the variable, and it will keep the value of the last row over which the user hovered with the mouse.
I hope this suggestion helps.
Greetings,
Yavor
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.