Grid Pro : Defining custom editors with Java code

Hello everyone,

In GridPro document it is written: “The new edit column type can display either Text Field, Select, or Checkbox component. You can also create a custom editor.

Does anyone has a clue on how find information about this or how to do so with java (not polymer please)?

Thank you in advance.

Hi!

Unfortunately the custom editor type is not yet supported by the Java component. It is planned for Vaadin 14.

Hello Pekka,

Thank you for your answer.

Hi!

This feature has now landed in Vaadin 14 beta releases. It would be great if somebody could try it out and report if there are some rought edges.

https://vaadin.com/releases/vaadin-14#grid-pro-custom-editor

cheers,
matti

Hello,

I have migrated my project on vaadin 14.0.0.beta2, the custom function does the job, thank you!
I have tested with combobox with selectable items updates so far.