GridDesktop in WPF

Hi,

What are your plans on adding support for WPF for GridDesktop? When can we expect a solution?

Thanks

Hi,

I have logged your featured request into our issue tracking system with an issue id: CELLSNET-14321.

We will inform you if we can support it after analyzing the feature.


Thank you.

Does Aspose.NET supports the GridDeskTop feature in WPF ?

siddharth.jain:
Does Aspose.NET supports the GridDeskTop feature in WPF ?
Hi,

Thanks for your posting and using Aspose.Cells for GridDesktop.

I am afraid, this feature might not be available at this moment. However, I have added a New Feature Request for this issue with new ticket id: CELLSNET-41264 and also logged your comments inside it.

Once, we will have some update for you, we will let you know asap.

Hi Siddharth,

Please check the following steps to use Aspose.Cells.GridDesktop in a WPF application. Also attached is a sample application along with latest Aspose.Cells.GridDesktop.dll.

  1. Create a WPF application in Visual Studio

  2. Open the project properties and change the target framework to .NET Framework 4 or higher

  3. Add reference for WindowsFormsIntegration and System.Windows.Forms and System.Web and Aspose.Cells.GridDesktop

  4. Edit MainWindow.xaml file as follow and implement business logic <span style=“font-family: “Courier New”, Consolas, Courier, monospace; font-size: small; white-space: pre; background-color: rgb(255, 255, 255);”>FrameworkElement_OnLoaded for method.

     <Window x:Class=“WpfCellsGridDesktop.MainWindow”
     xmlns=“http://schemas.microsoft.com/winfx/2006/xaml/presentation”
     xmlns:x=“http://schemas.microsoft.com/winfx/2006/xaml”
     xmlns:d=“http://schemas.microsoft.com/expression/blend/2008”
     xmlns:mc=“http://schemas.openxmlformats.org/markup-compatibility/2006”
     xmlns:ignore=“http://www.galasoft.ch/ignore”
     xmlns:wf=“clr-namespace:System.Windows.Forms;assembly=System.Windows.Forms”
     xmlns:gridDesktop=“clr-namespace:Aspose.Cells.GridDesktop;assembly=Aspose.Cells.GridDesktop”>
    
     <WindowsFormsHost.Child>
     <gridDesktop:GridDesktop x:Name=“asp” />
     </WindowsFormsHost.Child>

The issues you have found earlier (filed as CELLSNET-41264) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.