Show cool things you have done with our products


Post by mats »

karimkun, this example uses the regular SchedulerGrid.

Post by AlexAung »

May I know how to export scheduler to pdf in ASP.NET (WCF).

We have WCF RESTful Service. We can successfully bind the Ext Scheduler. We are about to buy the Ext Scheduler but we are facing the problem converting html to pdf at server side. Please see the attached.

plugins: [
            Ext.create('Sch.plugin.Export', {
                // default values
                : '../Proxy/OutstandingBidsService.svc/GenerateScheduler'
            })
        ],
{
                    toggleGroup: 'PrintBtn',
                    enableToggle: true,
                    text: 'Print',
                    handler: function () {
                        scheduler.doExport(
                            {
                                format: "A5",
                                orientation: "landscape",
                                range: "complete",
                                showHeader: true,
                                singlePageExport: false
                            }
                        );
                    }
                },
Attachments
webview.png
webview.png (187.55 KiB) Viewed 4515 times
export.pdf
(6.15 KiB) Downloaded 897 times

Post by mats »


Post Reply