This is a migrated thread and some comments may be shown as answers.

InCorrect Event Selection while Exporting

1 Answer 47 Views
GanttView
This is a migrated thread and some comments may be shown as answers.
Premkumar
Top achievements
Rank 1
Premkumar asked on 12 Feb 2018, 07:12 AM

Hi Progress Telerik,

I have selected an GanttTask in GanttView. The selection is OK. But while exporting the whole GanttArea it is showing with different Task Selection. Please find the attachment for a clear understanding and kindly provide me the solution. I have used the below code which is available in https://github.com/telerik/xaml-sdk/tree/master/GanttView/PrintingAndExporting

 

var exportSettings = new ImageExportSettings(new Size(816, 1056), true, GanttArea.AllAreas);

using (var export = ganttView.ExportingService.BeginExporting(exportSettings))
{
    exportImages = export.ImageInfos.ToList().Select(info => info.Export());
}

 

Thanks and Regards,

Muhammad Azhar Shah

MSC Technology

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 14 Feb 2018, 04:01 PM
Hello Muhammad,

I tested the PrintingAndExporting SDK example but I wasn't able to reproduce the issue. May I ask you to provide some runnable code that reproduces the issue here. Or open a new support ticket from your telerik.com account and attach a project there. This will allow us to test it locally and investigate what happens.

Regards,
Martin Ivanov
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
GanttView
Asked by
Premkumar
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or