Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
How to control target window for WebGrid Hyperlink
posted

I have frameset with two frames, organized like this:

_______________________________________________________

Frame A  (containing UltraWebGrid with a hyperlink as a first column)
_______________________________________________________

Frame B (in this frame should be displayed the target of clicking on the link column, in frame A) 
_______________________________________________________

 

When I click on the first column in Frame A, (WebGrid) that contains the link, the target is open in Frame B (that part works as expected). However, the problem is that link is trying to open [at the same time] this page
http://domain/linkColumnValue [which is nonexisting page] in the frame A.

How can I prevent link (in frame A) to try opening anything in Frame A?

P.S. On client side, i have a handler CellClickHandler that gets the values from the grid and use it as parameters for opening the image in Frame B.