Hi,
I have a RadGrid within which I use an ItemTemplate to determine how the rows look. In the item template there is a RadToolBar, I want to have a javascript function for each of the buttons on the toolbar that does something with the ID of the current row (as contained in the ClientDataKeyNames for the grid.).
I'm getting to the function specified by OnClientButtonClicking but am then a little unsure how to get the ID of the row that was clicked. Any pointers?
Regards,
Jon
I have a RadGrid within which I use an ItemTemplate to determine how the rows look. In the item template there is a RadToolBar, I want to have a javascript function for each of the buttons on the toolbar that does something with the ID of the current row (as contained in the ClientDataKeyNames for the grid.).
I'm getting to the function specified by OnClientButtonClicking but am then a little unsure how to get the ID of the row that was clicked. Any pointers?
Regards,
Jon