Hi,

I just started using the RowEditor Plugin for GridPanel and I think it is great stuff!
But one question did actually arise to me:
When I want to execute some code (client or server) after the edit is done, where do I have to place a listener?

I tried the following:
<Plugins>
    <ext:RowEditor ID="RowEditor1" runat="server" SaveText="Speichern" CancelText="Abbrechen">
        <Listeners>
              <AfterEdit Handler="alert('edit successful');" />
        </Listeners>
    </ext:RowEditor>
</Plugins>
But nothing is happening.

Maybe I did something terribly wrong, it's been a long week ;)

Thanks for your help,
bright