Announcement

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

    How I can edit fields in Smart GWT's DetailViewer?

    Hello!
    Tell me please! I use smart gwt 2.4.

    How I can edit any fields in Detail Viewer? (com.smartgwt.client.widgets.viewer.DetailViewer)

    For example, fields in ListGrid (com.smartgwt.client.widgets.grid.ListGrid) may be editable: ListGridField.setCanEdit(true)

    #2
    I think it's better to use a dynamicForm for that.

    Comment

    Working...
    X