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
15
Autocomplete in Xamcomboeditor for XamDataGrid
posted

Hello,

Is there a way to customize the auto-complete function that is built-in into the isEditable attribute ? I'm having an issue; when typing the first character the function works fine and shows me the appropriate recommendation, but when I type the second and forth character it just doesn't show anything. At this point, if you delete the character and type it again, the function works again. Do you have any idea on how to solve this or if there is a way to make my own autocomplete function for this ?

More explicitly, this is the problem:

I want ABCDE

Type A shows ABCDE

Type B shows nothing

Erase B and type B again shows ABCDE ??

Type C shows ABCDE

Type D shows nothing ??