drop down vs. combo box

drop down vs. combo box

carl888carl888 Posts: 1Questions: 0Answers: 0
edited July 2011 in General
Hi Everyone,

As the example below, can make a drop down editable:

dataTable().makeEditable({
sUpdateURL: "UpdateData.php",
"aoColumns": [
{
type: 'select',
onblur: 'cancel',
submit: 'Ok',
loadurl: 'EngineVersionList.php',
loadtype: 'GET'
}

Can the drow down be a combo box instead, so the user can type-in a new text value?

Thanks in advance,
Carl
This discussion has been closed.