two newbie ?s

Hello
Please excuse me, I have searched on this site and not found an answer so may I ask the following:

  1. Is it possible to put a dropdown inline per row and get the onEdit event from it with also the value picked?
  2. Is it possible to load the grid from a Javascript array?

(1)
native select editors will appear only when edit mode for cell is activated and not visible for normal cell state.
If you need to show the select input all the time - you need to create your own cell type

(2)
yes
grid.parse(array_object, “jsarray”);