Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > General Discussions > Sending a string from controller GridAction to View

Not answered Sending a string from controller GridAction to View

Feed from this thread
  • Chie avatar

    Posted on May 23, 2012 (permalink)

    Hi,

    Please tell me how to send a  Response in the GridAction Like in Edit, Delete or Insert?

    I am using Ajax Binding as below.
    .DataBinding(dataBinding =>
                {
                    dataBinding.Ajax()
                    .Update("Update", "Test")
                    .Delete("Delete", "Test")
                    .Insert("Insert", "Test");
                })

    When Insert is success or Fail, I am getting a string from Database. I need to display this value in an alert message.
    Please suggest how to implement this.

    Thanks.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > General Discussions > Sending a string from controller GridAction to View