Kendo UI for Angular Grid Detail expand/collapse button to be moved to the right?
问题 Is it possible for the Kendo UI for Angular Grid Detail expand/collapse button to be moved to the right of the grid? It appears that kendo-ui defaults the expand/collapse to the left most column of the kendo grid. I need to see if it is possible to move it to the button to the right. 回答1: We can implement it by hiding the current +/- icons using some custom CSS and manually adding such icons to the last column. Then we would need to programmatically expand and collapse the detail template,