Hello,
  thank you from response.
  I use AspNet werbforms. My code:
<ToolBarSettings
ShowAddButton=”True”
ShowEditButton=”True”
ShowDeleteButton=”True”
ShowSearchButton=”True”
ShowRefreshButton=”True”
/>
<AddDialogSettings
CancelText=”Cancelar”
Caption=”Alteração de dados”
CloseAfterAdding=”true”
Draggable=”true”
Width=”460″
LoadingMessageText=”Carregando dados”
Modal=”true”
ReloadAfterSubmit=”true”
Resizable=”False”
SubmitText=”Salvar”
/>
<EditDialogSettings
CancelText=”Cancelar”
Caption=”Alteração de dados”
CloseAfterEditing=”true”
Draggable=”true”
Width=”460″
LoadingMessageText=”Carregando dados”
Modal=”true”
ReloadAfterSubmit=”true”
Resizable=”False”
SubmitText=”Salvar”
/>
I have not found the dataEvents.Â
I found no example in AspNet webforms too.
The CEP (postalcode) field in the output event I need to call a method in C # that will fill the remaining fields.
Where can I find an example of this scenario?
thank you