This demo shows how to use the smartGrid with a cell auto-complete editor. The editor is configured to allow custom settings for the auto-complete functionality. The 'Status' column uses a custom editor that provides a dropdown list of options. The user can select an option from the dropdown, and the grid will update the cell value accordingly. The selected option is also logged in the event log below the grid. The 'Status' column is data bound to the 'status' field in the data source, which contains a list of possible status values and displays values from the 'statusLabel' field in the grid.