3.2.0

Open a page on double-click...

I would like to be able to open a page on double click of a grid row - passing in a queryString value, such as a customer ID. I have had a look around the source to see how this might be done but can't see where I might add the onDblClick="window.location='page.asp?id=xxx'" line of code...

Does activewidgets already have a way of doing this that I have missed?
Jules
September 13,
Hello,

just try something like this:

obj.getTemplate("row").setEvent("ondblclick", doubleClick);

'doubleClick' is the js-function that will be called
Gernot
September 14,

This topic is archived.

See also:


Back to support forum