How to show different editors in the same Grid column?
How to show different editors in the same Grid column?
Hi,
I searched the examples and forum and have not found a solution to this problem:
I have a Grid of Properties (name/value pairs on each row). Depending on the property type, the "Value" column can be a text field, combo box, or check box, etc.
Current GXT api only allow me to set one editor type per column. How can I achieve this?