Looks like the members of those two classes are very different. How can I transfer XamGrid to WPF?
I usually can find some samples for silverlight at: http://samples.infragistics.com/
But no sample for WPF?
Hello,
The XamGrid and XamDataGrid are different controls with different object models. As such, your best option is to create a separate View for WPF and Silverlight. The View could be a User Control containing only the grid, so that going between Silverlight and WPF, you only need to swap out that User Control.
Let me know if you have any questions with this matter.
I will forward your post onto Developer Support, and they should be able to assist you.
Any idea how to transfer a same view, view model from silverlight to wpf? Like in silverlight we use xamgrid, it has cellcontrol, in wpf it has xamDataGrid, it doesn't have cellcontrol.
Hello truelies1,
On the trial download page, download the NetAdvantage for WPF Line of Business 2011 Vol. 1 Product And Samples. It's the 2nd to last link under "Products and bundles". It should download 2 .msis. One will have "Samples" in the name, so just run that. You don't need to run the product installer. After the samples are installed, you can simply launch the samples from the start menu shortcut.
Let me know if you have further questions.
Elizabeth AlbertLocalization Engineer
In the sample website, under WPF I clicked "download", then it went to a trail download page, I don't know which one is the sample. Do you mean the sample same is I installed Infragistic WPF software? How to use it?