Hi Team,
I have rendered the Kendo react grid component with template in below cases.
- Template declared as nested react component (child1) of grid (parent1)
- Template declared as react component (child2) outside of grid (parent2)
As per the react behavior, first case will remount for each state update and second case will not remount.
In Kendo, first case is working properly as per react behavior. But for second case the Kendo component is having re-mounting issues while state update of template.
I have attached a sample for reference below.
Kindly share suggestion to avoid full remounting of template while state updates.
Regards,
SuriyaKumar