Announcement

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

    Dependency inline editing in listgrid

    Hi,

    I have a listgrid. I need to enable disable or change the values in other fields based on value change in one field. Is that feasible in smartgwt ???

    #2
    Yes. There are many applicable APIs, see in particular the Change event on ListGridField, listGrid.canEditCell(), and the Grid Editing discussion in the reference.

    Comment

    Working...
    X