:: Forum >>

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
Tuesday, September 13, 2005
Hello,

just try something like this:

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

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

This topic is archived.


Back to support forum

Forum search