Click here to Skip to main content
15,917,328 members

Comments by Pavan Kalyan (Top 6 by date)

Pavan Kalyan 4-Nov-16 5:30am View    
For export to excel, i added below code in kendo grid,
.ToolBar(tools => tools.Excel())
.Excel(excel => excel
.FileName("Kendo UI Grid Export.xlsx")
.Filterable(true)
please check this url for sample: http://demos.telerik.com/aspnet-mvc/grid/excel-export.
I require to change excel header background color.
Pavan Kalyan 3-Nov-16 8:51am View    
Thank you for your reply. I found solution for this.
Pavan Kalyan 24-Oct-16 11:48am View    
Yes. its working. i converted datetime to string variable. Its Now exporting datetime proerly in excel. thanks for your advice
Pavan Kalyan 24-Oct-16 8:11am View    
okay. i will try
Pavan Kalyan 21-Oct-16 6:18am View    
Is there any solution for my issue.