Hi
I have a XamDataGrid, and the new row is fixed to the top of the grid. The grid is bound to a DataProvider, and works ok except that if there are no elements to show in the grid, the New Row does not display until you click the column header to sort.
Any ideas?
Thanks
Andy
bump
Hi,
Sorry for the delay. I found a sample application that reproduces the problem, and I'm attaching it. Just run the sample, and you'll see that the "New Row" that should be at the top of the grid is not displayed initially. If you click the header to sort, it suddenly appears. The cause is that the first call to Refersh on the ObjectDataProvider fails, because there's no method GetList(). The grid loads an empty list though via the Loaded event handler, which causes the ODP to call the correct method, GetList( string ).
I'm using Infragistics Wpf 20082 release, Vista Business 32-bit.
I think I can solve this, I'm trying to find the code in the XamDataGrid or superclass which examines the type of the DataSource. Any hints on where to find that in the Infragistics source?
Hi ajj3085,
I would like to assist you in solving your issue.I need the following things:
1. A simple sample application that demonstrates the issue.It doesn't have to be your real application - just attach the simplest sample that duplicates the issue.
2. Steps to reproduce the issue(through the provided sample application).When does the issue appear ? (describe what exactly you are doing)
3. What's the release version of your xamDataGrid component ?
4. What's the OS version you are running your application on ?
Best Regards,Yanko