3.2.0

Hyper link for rows

How can i give hyper link for rows.If i click that row it should divert me to index.jsp page how can i do this?
Nanda
April 3,
I searched forum and my problem solved but i am stucked with another problem.When i click hyper link it is diverting to page.But i want row number so that i can make some action.If i know the row number i can connect to the database and get data and display it in text field.So can any one say how can i get row number with hyperlink.
Nanda
April 3,
grid.onRowClicked = function(event, rowIndex){
alert(rowIndex);
}
Alex (ActiveWidgets)
April 4,

This topic is archived.

See also:


Back to support forum