Jone

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: Event onblur in inputs on form editing #95386
    Jone
    Participant

    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

Viewing 1 replies (of 1 total)

Stay connected with us in your favorite flavor!