Can the Standalone Editor be attached to an existing/functioning Datatables implementation?

Can the Standalone Editor be attached to an existing/functioning Datatables implementation?

MHPjr001MHPjr001 Posts: 7Questions: 3Answers: 0

I checked out the Datatables Editor yesterday and it's great! The dilemma I have is I want to lay the Editor on top of an existing "server side" Datatables implementation without having to swap out the Entity Framework functionality on the back-end that is already working perfectly in terms of getting, sorting, paging, and searching the data. Essentially, I don't want to use the back-end of the Editor as currently suggested via the provided .NET examples. Has anyone come up with something that accomplishes what I'm seeking?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 64,068Questions: 1Answers: 10,563 Site admin
    Answer ✓

    Hi,

    You absolutely don't have to use the Editor .NET libraries provided - the client / server interface that Editor uses is documented and you can use that to implement a server-side process that supports Editor on the client-side in any environment.

    I'm afraid I don't have an EF example to share, but I'm happy to answer any questions you have about the protocol used.

    Allan

  • MHPjr001MHPjr001 Posts: 7Questions: 3Answers: 0

    You're right! I was able to hook up the Editor using an existing datatables implementation and hit the Ajax method via an MVC 3 controller. Thanks much!

This discussion has been closed.