javascript - Displaying a component in EditorGridPanel without clicking -


Is there a way to display a component in EditorGridPanel without the need to click on the cell?

I am seeing this problem that checkbox ext. There are no forms. Checkbox component, and even it has not been inherited from it. Checkboxes are only background images and since I am creating a grid that requires a combo box, in implementing any such hack Will not be easy.

OK, I see what you're doing now. Display Cambodia on each row immediately on grid rendering. This can be difficult to achieve, and I suspect that the overall performance of the grid can have negative effects (many combobox renderers for one just).

In any case, have you seen clickToEdit of Configure Options EditorGridPanel ? From ExJS documentation:

Number of clicks on the cell required to display the editor of cell (default from 2)

Setting this option to 'Auto' means that the mouse starts editing the cell on the selected cell.

If you try to set it to 'Auto' ? Before editing, the user should do the amount of mouseclause to be minimized. Is it really what you are doing after this?

(Note that I have not tried this option myself, so I do not know how it actually works with Cambodox.)


Comments