Kendo Grid Footertemplate export to Excel - kendo-ui

I have a Kendo UI Grid with footertemplate. The grid is all working fine, but if I want to export it to Excel, I also want the footertemplate to be included but in different rows. How can I make the footer in Excel to be on different rows like the grid? Thanks for the help.
ex.
If I have footertemplate with Table and 2 TR, then I export to excel I want it to 2rows. Currently it combines everything on a single cell.
I'm just new on using this site so I cannot upload any image yet.

Related

Kendo UI Grid to Excel Format header in MVC 5

I can export excel to Kendo ui grid. But I want format header of file excel before export.
To format the cell values, set the format option of the cells
http://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/excel/cell-format
Hope it will Help you.

KendoUI Grid Export just the table to PDF

I have a KendoUI Grid I want to export to PDF, but the built in export functionality exports the complete element, including styles, toolbars, and navigation buttons.
Is it possible to just export the data, in a plain old table? The Excel export functionality does something similar already, just exporting the data.
Or would I have to hide all other elements and remove all the styles manually?

Kendo Grid sometimes renders data sometimes does not

I have a dynamic Kendo grid, for which I get the data every time from the server with the column configuration. The grids renders the data as expected, but sometimes the grid does not render the data at all and only renders the column headers. The grid does not even recognize the column configuration, which mentions whether the column is hidden or not, column title etc.
When I refresh(ctrl+f5) the browser page the grids starts displaying normally.
When I checked the html generated in both cases I saw following difference
1- The Grid which displays correctly
Has a thead and tbody inside a single table
2- The Grid which does not display the data
Has two different divs for header and content
Please see the following image for Good Grid
And following image for Bad Grid
I am not sure why the same grid has two different htmls? Can anyone please help?
EDIT
One more thing that might be helpful.
The kendo grid definition is in a content.html file. And this file is used as a content URL for kendo tabstrip control. There are around 7 tabs and all the tabs are refering to the same content file.

Kendo UI Grid Export to excel with extra info in the file?

I have an application which uses Kendo UI grid. The excel export features works fine. Now, I added some extra controls on the page. User can select some values, and then click 'refresh' button to update the data source of the grid. So that the grid won't load too much data all in once.
The question is: the export will export whatever on the screen (including all pages). When user opens the excel file, he/she won't know what parameters used to generate this.
For example, on the page, it has a date control, use select 1/1/2015, click refresh, grid shows all data for that date. When export, how the user know this selected date? It is not in the columns in grid.
What I want to have is an extra row at the top, which shows something like:
Date: 1/1/2015, Para2: value2, ...
Is this possible in current Kendo ui grid? or have to manipulate the excel file (which we want to avoid at any cost)?
Thanks
we can use mult-column feature of latest kendo to add one more row at the top and covers all existing columns, and use it for extra information.
http://demos.telerik.com/kendo-ui/grid/multicolumnheaders
However, I need to dynamically change the title of this row, i.e. when user select a parameter from drop down list, I need to reflect the change in the title. This can be done by jQuery. The problem is Export of Kendo. The export seems using whatever the initial title is. i.e. if I change parameters to:
Date: 2/1/2015, Para2: value2, ...
jQuery changed the title in this multi-column row. But the export still has:
Date: 1/1/2015, Para2: value2, ...
Anyone knows how to fix this? Or, can't be done in current Kendo?
Thanks

Is Kendo grid a good option for excel like editing?

I am a bit confused about my choice of Kendo UI grid for doing an excel like functionality.
My requirement is for a lab which they need to log samples and depending on some values do some calculations and update another cell. I need to add new rows to the grid and also do change tracking etc.
Any suggestions on the above?

Resources