Hi,
I want to Copy-Paste Excel data on xamlDataPresenter.
While Pasting Records from the excel, required rows should be added to the grid automatically.
I am using 2010.1 xamlDataPresenter control.
Thanks
Mukesh
To create new records you must paste into the Add Record Row. Do you have your XamDataGrid set up to support adding and removing records?
If you have everything hooked up correctly, would you paste a snippet of your XAML here or create a small sample project that illustrates your setup?
Thank you!