:: Forum >>

click actions

Hi when i click on the rows in grid i wrote code to connect to another jsp file in this way.

var myLinks = function(column, row){
return "grid1.jsp?id=" +row;
}

obj.setCellLink(myLinks);
obj.setCellTemplate(new AW.Templates.Link, 1);


but i want to do some action and display the output in same page with displaying tables.
i tried to write some code in the mouse click actions function .

obj.onCellClicked = function(event, column, row){

but in out window it is showing only the out what we wrote in this function.is there any way for mouse click on the row get call to fuction and display output on the downside of the page with grid on the first half of the page(i know we can call javascript fuction using hiperlink )the main thing is to to display out put in same page with grid for mouse action.How to do this?
Nanda
Monday, April 7, 2008
Look at the sample code in /examples/controls-tabs/ajax.htm
Alex (ActiveWidgets)
Monday, April 7, 2008

This topic is archived.


Back to support forum

Forum search