Hi, I've got an issue with the XamDataGrid that occurs when I have an empty list and also have the AddRow located at the bottom. I've attached a sample that reproduces the issue. For now, I've just put the AddRow at the top.
Mike
Hello Mike,
I ran your sample and it runs correctly. There are couple of reasons for this.
1. make sure that you include the Editors and the shared IG dlls as they are added by default.
2. Please download the latest service release for 9.2, as I see that you are using an old version and this might be something that we have resolved.
Hi Alex, I just downloaded 9.2.20092.2023 and verified that those versions were loaded into the process of my sample and I still have the issue.
To reproduce it, I click button on the main window to bring up the grid, then I sort by the Name column. Can you try again?