Hello,
currently I evaluating the smartgwt enterprise edition (3.1d) and modified the showcase example
http://www.smartclient.com/smartgwt/...m_editing_cell
with following the codeline:
but now the grid doesn't show different cell editors anymore. This is probably because the ListGridEditorCustomizer is now only called one time and not once per cell.
currently I evaluating the smartgwt enterprise edition (3.1d) and modified the showcase example
http://www.smartclient.com/smartgwt/...m_editing_cell
with following the codeline:
Code:
countryGrid.setAlwaysShowEditors(true);
Comment