I am implementing a grid which is having expanded grid from parent grid and in the expanded grid i am having action column associated with each row which will be having action column like "Edit/delete/view". And all the methods for action column are in parent class. I am facing issue with the action ("Edit/delete/view") for the expanded column because as per kendo-react docs we suppose to implement the expanded grid in another class. Please provide me some solution?