Link click inside grid not working on IE

Hi,

I am trying to add link inside grid. My grid is bind using the below method.

Inside html,

Inside Handler.ashx, call below method and return output.

It is working on chrome. It call javascript function and redirect to new page. But on IE, “This page can’t be displayed” error occured. I tried putting

and

but it is still the same.
Any work around to fix this issue? Thanks in advance.

Unfortunately the issue cannot be reproduced locally.
If the problem still occurs for you please, provide with a complete demo, where the problem can be reconstructed.

Hi,

Thank you for your reply. I got it fixed. I do like below.

And it worked for both IE and Chrome.

Thank you.