Could a gird(or other) application link to itself?

I have a grid, want to add a html image control, and to link to the grid itself(pass the parameter of the current row, so the going to grid is different than the current one), and it cannot select the grid application itself.

That could be a reasonable requirement that link to the application itself.

Is there reasonable to you? and what’s the solution?

My solution is to set a Run Button on the grid and let user to select and click, when click more than one(the run button knows in the onFinish event), tell the user to select only one; and if there’s only one selected, then pass the parameter and use the sc_redir to redirect to itself.

That’s not a best solution, I think.