Is it possible to have an embedded igx-combo within and igx-grid control. My users want a grid where they can edit data but have drop downs in certain cells to select from.
Thanks,
JK
Hello JK,
The scenario that you have described could be achieved with both igxCombo and igxDropDown. My personal favorite is the igxDropDown approach, it is easy to implement and it won't need so much additional configurations for value submission.
Below you will find samples for both implementations:
- igxGrid with igxCombo editor
- igxGrid with igxDropDown editor
Is there a way to get keyboard control in the dropdowns? In both samples the mouse is needed to open the list/select from it.