This question is locked. New answers and comments are not allowed.
Hi
How to create ajax response for client-side events?
Like we have in grid for buttons
How do that in javascript respons for event?
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"))