element().value???
Hi,
I'm trying to adjust this example for me: http://www.activewidgets.com/javascript.forum.17612.6/combobox-and-grid-combobox-autocomplete.html but I'm still having troubles with:
var tbox = this.getContent("box/text").element();
tboxValue = tbox.value;
I've modified the first line to:
var tbox = this.getCellTemplate(column,row).getContent("box/text").element();
and it seems to be ok, but anyway I can't get the value (2nd line)....:-(
Any suggestions ?
Thanks,
HyP
I'm trying to adjust this example for me: http://www.activewidgets.com/javascript.forum.17612.6/combobox-and-grid-combobox-autocomplete.html but I'm still having troubles with:
var tbox = this.getContent("box/text").element();
tboxValue = tbox.value;
I've modified the first line to:
var tbox = this.getCellTemplate(column,row).getContent("box/text").element();
and it seems to be ok, but anyway I can't get the value (2nd line)....:-(
Any suggestions ?
Thanks,
HyP
HyP
July 23,