Hi,
Here is what I am trying to do. I have a grid and I want to add a column that would look like a hyperlink (linkbutton). When I click on it, I want to launch a javascript and get the data of a cell from the same row.
Here is what I have so far:
I added the client event to fire the onCommand javascript and intercept my custom command and it works. So far so good. My problem is that I can't get the cells value from the same row because I do not know which row has been clicked. I know how to do this if the row had been selected, but it is not the case in this example.
Thanks
Here is what I am trying to do. I have a grid and I want to add a column that would look like a hyperlink (linkbutton). When I click on it, I want to launch a javascript and get the data of a cell from the same row.
Here is what I have so far:
<telerik:GridButtonColumn Text="Détail" UniqueName="D" ItemStyle-HorizontalAlign="Center" ButtonType="LinkButton" CommandName="CustomDetail" />I added the client event to fire the onCommand javascript and intercept my custom command and it works. So far so good. My problem is that I can't get the cells value from the same row because I do not know which row has been clicked. I know how to do this if the row had been selected, but it is not the case in this example.
Thanks