'Customize col on a kendoGrid data
Hi all I have done download a kendoGrid data to excel part as below.
$("#1").data("kendoGrid").saveAsExcel();
kendogrid column are below
1.ist 2.7st 3.8sy
column downloading on save as excel method same as kendo grid data.
But i expected to download column order like below
1.7st 2.8sy 3.ist
How can i customize this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|