Master Details with CRUD

Master Details with CRUD

BobHarrisBobHarris Posts: 3Questions: 0Answers: 0
edited February 2014 in General
Hi, Allan,

I have been trying to construct a Master / Details grid with CRUD. I'm having problems with the Details rows.

Are there any examples I could follow?

Thanks, and great work!


Bob

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Interestingly I was just thinking of putting together an example of that for Editor 1.3 :-). I don't have an existing example though I'm afraid. What is the issue you are having?

    Allan
  • BobHarrisBobHarris Posts: 3Questions: 0Answers: 0
    Too numerous to mention. I need an example.

    I have been following http://www.codeproject.com/Articles/193068/Adding-data-management-CRUD-functionalities-to-the

    by Jovan Popovic without a lot of success so far. He outlines editing the Master records, which is fine.

    "The devil is in the Details". :-)
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    I'm afraid I can't really offer much help on J2EE at the moment. It isn't a platform that Editor supports at this time.

    Allan
  • ashiersashiers Posts: 101Questions: 8Answers: 7
    I've read that article but since it was written there has been a more elegant way to get CRUD functionality with DataTables using JED. JED was designed to work with DataTables on the Java platform. You might want to check it out: http://jed-datatables.ca/jed/
  • BobHarrisBobHarris Posts: 3Questions: 0Answers: 0
    edited February 2014
    Sorry Allan. I made a mistake. I am working in the .Net environment (MVC). The correct link is:

    http://www.codeproject.com/Articles/165410/ASP-NET-MVC-Editable-DataTable-jQuery-DataTables-a

    I wasn't aware of your Editor product. That seems like a fine way to go, but I really want an example of editing the Details records.

    Thanks for your response.
This discussion has been closed.