Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Custom Cell Editor doesn't work with setAlwaysShowEditors(true)

    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:
    Code:
    countryGrid.setAlwaysShowEditors(true);
    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.

    #2
    Hi Andy
    This is a known limitation of the alwaysShowEditors feature - different editor-types per record are not currently supported in conjunction with this feature.

    Comment

    Working...
    X