Announcement

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

    ListGrid edit cell event

    Hi,

    I have an editable ListGrid. My UI should display summary for this ListGrid after any change in ListGrid cells, it means that after user changes the cell value the summary UI must be updated.
    I've search for some kind of onEdit or onCellEdit event but with no success.

    So the question is how to handle edit events? Is this possible?

    10x

    #2
    Just right now found how to do it :) I've used EditCompleteHandler

    Comment

    Working...
    X