slickgridangular-slickgrid

How to close slickgrid single/multi select dropdown?


When tabbing through the grid data if a dropdown is encountered it does not allow to tab to the next data cell until we close the dropdown first, we have to click shift+tab to close the dropdown then we can move ahead using tab, do we have an option to close the dropdown somehow so we can move ahead without the extra shift+tab click operation. This behaviour can also be seen in their editor example https://ghiscoding.github.io/Angular-Slickgrid/#/editor as well.


Solution

  • Indeed that was an issue and it got fixed in v9.2.0 via this Slickgrid-Universal PR

    You can see an animated gif in the PR or via this link

    Updating to v9.2.0 will make it work as intended, also please note that the Angular-Slickgrid repo/project got moved under Slickgrid-Universal and the previous repo is now archived (from now on, all framework wrappers are all located in Slickgrid-Universal and all code change will happen in Slickgrid-Universal repo only).