Grid Edit Dialog in Reactive Forms

Hi,
We have following 3 tables in the database
Employee - Master Employee information only.
EmployeeDetails - This is one-to-one relationship with Employee. But has some extra fields.
EmployeeMisc - This is one-to-one relationship with EmployeeMisc. But has fields that do not fall under employee or employeedetails.

I have a grid for Master Employee Table. This will have all the information from employee table. When the user edits this employee information I have template with 3 tabs for each of the above tables. Currently I had set it up where first tab had fields representing the employee table. The remaining two tabs have EmployeeDetails and EmployeeMisc as grids and they had to double click the grid to open that information as well. The end user does not want it as grids and want those two tabs to have the actual fields. How do I set this up so when they click on Save it should first call Odata service for Employee and then call services for EmployeeDetails and EmployeeMisc.

Any thoughts?

Thanks,

Ameet

1 Reply 1 reply marked as answer

TS Thiyagu Subramani Syncfusion Team March 4, 2021 11:56 AM UTC

Hi Ameet, 

Thanks for contacting Syncfusion support. 

Based on your shared information we unclear about your exact requirement. So, please share the below detail then only we provide the appropriate solution as soon as possible. 

1.  In your update you have mentioned that when the user edits the employee information you have template with three tabs for each of the tables. So, do you need to render the input fields of each table in each tabs? 

2.  Share the complete Grid rendering code. 

3. UI representation of your scenario. 

4. Share the models of each tables (fields define in each table). 

Regards, 
Thiyagu S 


Marked as answer
Loader.
Up arrow icon