Our blazing fast Grid component built with pure JavaScript


Post by jhughesoneplan »

Is it possible implement a combo editor in a grid or standalone, that is a type ahead but also queries a server for the typeahead instead of having the data already loaded?


Post by mats »

Sure, should work out of the box since the Combo can be used with an Ajax store. See code snippets at https://bryntum.com/products/scheduler/docs/api/Core/widget/Combo and simply plug in an AjaxStore:

https://bryntum.com/products/scheduler/docs/api/Core/data/AjaxStore


Post by Animal »

https://codepen.io/Animal-Nige/pen/zYbZpRN shows a Combo querying a remote source for matches


Post by Animal »

Obviously that's specific to the endpoint being a REST API. By default, it would just send the queryParam as the typed value if used without restfulFilter : true.


Post Reply