Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
920
Value List Auto Complete Limited to bound column Width (WIndows Forms)
posted

I have a Value List in a grid that is bound to a database table column defined as VarChar(4).  The datavalue members of the list are all less than or equal to 4 chracters.  The Display Text values are all longer than 4 characters.

If the user is keyboard centric they will start typing until the list item of interest is either the current auto complete item or is visible in the filtered set and then use the down arrow to select the item of interest.

The problem that we have run into is that the number of characters that the user can type for auto complete is limited to the database column width (in this case only 4 characters).

How can I get around this limitation for the auto complete functionality?  The problem does not occur for the ComboEditor placed on a WIndows Form

Parents Reply Children