Hi, how can i reorder detail grid columns programatically?
On my parent grid, the user has the ability to reorder columns, the detail grid has the same columns, I want the detail grids to reorder columns when the parent grid reorder happens. Is this possible?
Thanks!
Phani
1 Answer, 1 is accepted
0
Accepted
Kiril Nikolov
Telerik team
answered on 30 Jan 2015, 02:04 PM
Hello Phani,
You can use the reorderColumn() method and the columnReordered events to achieve the functionality that you are looking for. Please check the following demo: