Consultor Eletrônico



Kbase P151748: Is it possible to limit the content entered in an Infragistics Combo box?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   27/08/2009
Status: Unverified

GOAL:

Is it possible to limit the content entered in an Infragistics Combo box?

GOAL:

How to limit content entered in a combo-box?

GOAL:

Is there a feature that doesn't allow typing content in a Combo box that doesn't exist in the list?

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.2x

FIX:

Use the LimitToList property to limit a combo box's values to the listed items, but this won't limit entering any content to the combo box.
In order to achieve that, you would need to set CausesValidation property in combination with your own code validation.