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

How to get the result of a CRUD operation return message and show in an alert?

1 Answer 199 Views
Data Source
This is a migrated thread and some comments may be shown as answers.
jiff
Top achievements
Rank 1
jiff asked on 19 Nov 2011, 05:37 PM
How do I get the result of an operation crud from the server and display in an alert?

Example
:

Kendo:

Datasource
    transport
    update
        url
        POST

On the server (php script):

       $ result = mysql comand
      echo json_encode($result)
- - - - - - - - - - - - -

How do I get back on kendo the $ result and show? just like:

alert ($ result)

1 Answer, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 21 Nov 2011, 11:11 AM
Hello Jose,

 I have replied in your other ticket - http://www.kendoui.com/forums/framework/data-source/how-to-get-the-result-true-or-false-of-an-operation-create-update-or-delete-from-the-server.aspx#1883419

Best wishes,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Data Source
Asked by
jiff
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Share this question
or