This is a migrated thread and some comments may be shown as answers.

[Solved] Client-side events and Ajax

0 Answers 66 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rafal
Top achievements
Rank 1
Rafal asked on 21 May 2011, 11:17 PM
Hi

How to create ajax response for client-side events?

Like we have in grid for buttons
.DataBinding(dataBinding => dataBinding
            .Ajax()
                .Select("EditingServerSide", "Grid")
                .Insert("Insert", "Grid")
                .Update("Save", "Grid")
                .Delete("Delete", "Grid"))
How do that in javascript respons for event?
Tags
General Discussions
Asked by
Rafal
Top achievements
Rank 1
Share this question
or