Hello Boki,
I have an application with at least 30 NextGrids. In those grids I use TNxTextColumn, TNxComboboxColumn and TNxListColumn for capturing text information. Some of the list have more than 200 or 300 items. It makes it very tedious for users to find an item. I got a look on a efficient way to do autocompletion and I found on stackeoverflow a very efficient impletation of autocompletion (http://stackoverflow...omplete-support) I try it on a combobox and it works like a charm. Unfortunately I am not able to modify the nextgrid to use this. I have seen on the documentation the NxAutoCompletion component and I have download the demo. On my Xe2, when I open the project I have an error saying that TNxEdit does not have verticalalignement property. That's okay, it is not a big issue for my purpose. I launch the demo and it crashes directly. I have tried with my more recent delphi (Xe7) and in that case TNxAutoCompletion is not available as mentioned in a previous message on this forum (from August 2014) so my questions are:
- Is NxAutcompletion functional or not?
- If not how can I get autocompletion working with text, combo and list columns?
Regards,
Alex