Hi experts,
I have run into a problem where i have to update existing kendo grid implementation. Let me explain the ask as below.
Earlier we had a grid which was mapped with individual fields. For example, lets say i had a data of an employee which contains employee name, age, salary, address and department, perfect one-to-one mapping.
Now lets says employee got multiple departments. Business wants to keep same structure but change only Department column into multiple rows. Like if there are 2 departments for a particular employee i should have 2 rows in a single column against that employee. Have a look at the image attached. have a look at row 2 and column 3 and 4.
I am able to show it using template but while editing and saving it could not map to the actual field of array.