volosoft / jtable

A JQuery plugin to create AJAX based CRUD tables.
http://www.jtable.org
1.1k stars 505 forks source link

Foreign Key Issue in MVC Jtable #1229

Open sharathquad opened 10 years ago

sharathquad commented 10 years ago

Hi Friends

In my application i am using 2 Jtables in mvc3. 1 for parent(Category) and other for child table(products). on click of a parent table row in Jtable i want to display corresponding values in child table.

I will display the parent records .But my problem is If the parent table will have the child records in database then whole Parent table will not be displayed and getting the error like this for both the tables

Error: An error occured while communicating to the server. its happening after .edmx file to listAction Method how can i over come.. Please Try to help me.its an urgent Requirement.

Thank You

Sz2014 commented 10 years ago

make sure you pass the ID of your parents table .. on to your List child method in your control ...let me know if your need further explention