jQuery UI Widgets Forums DataTable jqxTable, MVC4 and Stored Procedures Tutorial

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • gked
    Participant

    Hello,
    I am not sure if this is the right place to for this post, so I apologize of it is not.
    I am a newbie when it comes to webdev.
    I am trying to see if you are aware of a good tutorial(s) where it is explained how to bind
    JqxDatatable to SQL stored procedures to enable ourselves to perform CRUD operations using MVC4 framework?
    Thank you in advance.


    Peter Stoev
    Keymaster

    Hi gked,

    Unfortunately, at present we do not have such tutorial about jqxDataTable. In general, you can use jQuery Ajax to make server calls when you add, remove or update a row. Our customers usually implement these in the source object’s “updateRow”, “addRow” and “deleteRow” callback functions which are called by the widget after crud operation. Ex: . I would also like to suggest you to look at which illustrates how to use jQWidgets with MVC4.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.