Hi,
We have a requirement to show a list of editable items in a grid with each row having a different editorType for a given column. The following showcase example demonstrates what we're trying to achieve: https://www.smartclient.com/smartcli...tomCellEditors
However, if we set 'alwaysShowEditors: true' in the sample it totally breaks. Looking into the code a bit I can see that internally only one editor form is created - I guess for performance.
Is this something that might get fixed? If not, we will have to dynamically create a DynamicForm instead of using a Grid.
We have a requirement to show a list of editable items in a grid with each row having a different editorType for a given column. The following showcase example demonstrates what we're trying to achieve: https://www.smartclient.com/smartcli...tomCellEditors
However, if we set 'alwaysShowEditors: true' in the sample it totally breaks. Looking into the code a bit I can see that internally only one editor form is created - I guess for performance.
Is this something that might get fixed? If not, we will have to dynamically create a DynamicForm instead of using a Grid.
Comment