popup windows by a cell in grid

I use below code to setup a link in a cell grid.


 <cell><![CDATA[<a href="applyto.aspx">Search</a>]]> </cell>

Everything is OK. It can link and open a popup windows. But it will open and change a new screen.
As a result, I want to ask I can open the popup windows only and stay at orginal screen.

It is work or not ? If yes, how about the method ?

Thanks for your help !

Please, try to use:

<cell><![CDATA[<a href="applyto.aspx" target="_self">Search</a>]]> </cell>

Also you may try to use exCell type “link”. Here is the example:
dhtmlx.com/docs/products/dht … _grid.html

sematik,

I try your suggestion. The result is as the following.

You provide link example in using the code. It is ok and work the target. The alert is popup in itself screen.


<cell>Link^javascript:alert(1);^_self</cell>

I try to submit in my requirement in the above code. But it is not get the target. The popup window is no change to open on new window.


<cell>Link^javascript:window.location=("applyto.aspx");^_self</cell>

And I also try your the code. But it is not get the target. The popup window is no change to open on new window.


<cell><![CDATA[<a href="applyto.aspx" target="_self">Search</a>]]> </cell>

How about your view and suggestion in my case ?

Thanks for your help !

Best Regards !

Ivan

Unfortunately the issue cannot be reconstructed locally.
Target for link exCell type works well for us

If issue still occurs - please, provide any kind of sample or a complete demo where the issue can be reconstructed.

sematik,

OK ! I will try your code.

And other question about a link in grid cell. Normally, the link need to use mouse to click to open in grid cell. But I want to ask I can use the keyboard key move to grid cell that press the link and then open it ?

Thanks for your help !

Best Regards !

Ivan

Unfortunately such feature is not supported.