views:

31

answers:

1

how to find html anchor control in telerik:radgrid ?

A: 

Call the getElemenentsByTagName("a") js method for the grid DOM element (div) which should returns an array of all anchor elements inside the grid html table. Then you will need to identify the anchors by their text or href value.

Dick Lampard