:confused:Hi guys actually im getting just the row events using this code

<Listeners>
                        <CellClick Fn="cellClick" />
                    </Listeners>
                    <AjaxEvents>
                        <CellClick OnEvent="gridPanelLista_CellClick">
                            <EventMask ShowMask="true" Msg="Carregando..." Target="CustomTarget" CustomTarget="={#{gridPanelLista}.body}" />
                            <ExtraParams>
                                <ext:Parameter Name="id" Value="params[0].getStore().getAt(params[1]).id" Mode="Raw" />
                            </ExtraParams>
                        </CellClick>
                    </AjaxEvents>
I wanna do a ajaxevent for alter and another to delete, whats the best way to do that?