Have a look at this link in which i uploaded the application gui. How to click on the last link of the text box. All the controls are in the web document form.
I have written my code as :
SampleRepository repo=SampleReposiroty.Instance;
repo.WebDocumentWeb_Browse.LinkTrTag.Focus();
Delay.Seconds(3);
repo.WebDocumentWeb_Browse.LinkTrTag.Children[0].Click();
With the above code the cursor clicks on the first row first column link.
