Posted 8 September 2017, 9:48 am EST
Hi,
I’m trying to add autocomplete functionality to a column in SpreadJS, such that as the user types into a cell a dropdown list will appear with matching items retrieved from the server. The SpreadJS documentation states:
SpreadJS supports combo box, check box, button, text, hyperlink, Wijmo edit cell (AutoCompleteTextBox), and custom cell types.
http://helpcentral.componentone.com/NetHelp/SpreadHClientUG/celltypes.html
AutoCompleteTextBox sounds promising; however, I couldn’t find any documentation or samples that demonstrate how this can be achieved. I know I could create a custom cell type, but if I can leverage functionality that is already there it would be much better!
Does anyone know how I can implement this?
Thanks, Scottie