Extjs 4.1.1 - print/export the whole grid - printing

Is there any way to export a whole grid to excel sheet or send it to print, with all pages ? I couldn't find what I need in documentation.

Related

tcpdf jQuery object conversion issue to pdf

I need to generate a PDF report and make that available as download on the screen.
I created an html to display the report and passing the html to TCPDF to convert the html to PDF.
There is a jQuery component in html which shows a graph. This graph is not converting into PDF.
If I display the html directly on browser the jQuery component runs and displays the visual graph but TCPDF is not able to display the graph in PDF.
Here is the jQuery component that I am using for displaying the graph: http://www.jqueryscript.net/loading/Minimalist-Graphical-Progress-Indicator-with-jQuery-Canvas-circleGraphic.html.
Please help.
It is pretty naive to expect all the scripts, styles and dynamically generated canvases to readily work in any environment which is not a so-called «grade A» web browser.
TCPDF has its graphic methods which you could use to draw vector images resembling your graphs.

How to Export HTML to PDF Using Telerik with ASP.NET MVC

I have an existing ASP.NET MVC application where emails are sent to users with HTML content (Multiple tables) in the body.
Now I have to export and download same data as a PDF file in the browser. Since I have the HTML content already generated, my plan is to convert this HTML to PDF by using Telerik (Since i have license) in my MVC controller.
If HTML to PDF conversion is not possible, please let me know how can i create a PDF with multiple tables using Telerik DLLs as I've never used Telerik controls.
Any help is highly appreciated.
Thanks in advance.
If the data you send is in a Telerik grid you can simple try to do this:
http://demos.telerik.com/kendo-ui/grid/pdf-export
On the otherhand you can also try to use aspose: https://www.aspose.com/products/pdf/net
I fixed it by generating a PDF from scratch using telerik controls.

Exporting data to predefined excel in ASP.NET MVC

I need to export data into user defined excel using MVC. I don't want to use tools like aspose etc.
Please help me in exporting data into user defined excel using MVC
Try using openxml or closedxml.
check the following link.
http://www.codeproject.com/Articles/692092/A-free-Export-to-Excel-Csharp-class-using-OpenXML
http://technet.weblineindia.com/web/export-data-to-excel-using-openxml-sdk/
http://www.codeproject.com/Articles/42628/Using-ASP-NET-MVC-and-the-OpenXML-API-to-Stream-Ex

Hightlighting a particular text dynamically on the screen using smartGwt

I Have an implemented a search screen , like hows it done in the windows but im not able to highlight the text for which search was made.
i tried to use window.find () but its not available in smartgwt
If I were with such request I would probably go for a jsni function and some sort of code like this one..... or using javaScript text higlighting jQuery plugin. I don't think there is neither in gwt or smartgwt such a feature...

Is there any Javascript Chart Library which i can use for Blackberry browser. Without ActiveX?

Is there any Javascript Chart Library which i can use for Blackberry browser. Without ActiveX?
I want to make one blackberry browser based chart report app using PhoneGap with html and javascript.
Thanks
--Raghav
You have a couple options:
RaphaelJS / gRaphael
Google charts
Both Google charts and RaphaelJS use SVG (which in turn renders using VML in IE). gRaphael unfortunately hasn't been maintained in the past year, but there are several examples that show various charts.

Resources