Jump to content

SetEditable property for unidbcombobox and unidblookupcombobox


albertovesx

Recommended Posts

Some user shared sometime ago this:

 

function OnBeforerender(sender)
{
  uniformX.dbcontrol.setEditable(false);
}

 

I use it to uniDBComboBox and uniDBlookupCombobox when I want that user select an item by using mouse instead of typing. But Sometimes I need both ways of select.

 

Can this code implemented as a property? It would be more practical to check or uncheck this feature.

Link to comment
Share on other sites

  • 2 months later...
×
×
  • Create New...