3.2.0

example to pass a cell value to text input

do you mind to give a simple example to pass the value of a selected cell into a text input?
(using this selection)

thx
andra
April 7,
var message = function(){
window.status = "userid=" + data1[this.getSelectionProperty("index")][0]; document.frm.userid.value=data1[this.getSelectionProperty("index")][0];
}
obj1.setAction("selectionChanged", message);
Agus
July 29,
Hi!

I have a question about this component. Can I put a checkbox into a cell of grid?

IF yes, how?

send me an e-mail asuperman15@hotmail.com
grid and checkbox
August 20,
can i get only the first cell value even if i select any cell in the row?

Awaiting for ur reply at iamini@hotmail.com
Ameen
October 13,

This topic is archived.

See also:


Back to support forum