Hi,
I am using a XamDataGrid with Virtualization enabled. When a cell is in edit mode and I press enter I need the cell of next row to be in edit mode.
This works fine for the records in view but when I movie to invisible records then I am able to navigate to them and select them but the cell is still not coming to edit mode.
Also for few cells the edit mode gets enabled while for most of them it still remains deactivated.
I have tried certain things like BringRecordIntoView, RecordNext but no luck.
Please help.
Hello Neelesh,
I have been looking into your post.
As the issue cannot be reproduced in the sample application I have provided in one of my previous responses I can suggest updating the version you are using to the latest version of our controls - 15.1.
If the issue is still reproducible in the latest version(15.1) we would need a simple isolated sample application, that shows the issue that you are seeing in order for us to be able to investigate this matter.
Please do not hesitate to let me know if you have any further questions on this matter.
Still no luck
I have been looking into your posts.
Due to the virtualization of the XamDataGrid only the CellValuePresenters are created when the application is started. Would you please try calling the UpdateLayout method of the xamDataGrid, before trying to enter in edit mode. More about this method you can find here: http://help.infragistics.com/Help/Doc/WPF/2015.1/CLR4.0/html/InfragisticsWPF4.DataPresenter.v15.1~Infragistics.Windows.DataPresenter.XamDataGrid_members.html#.
Should I assume that this thread is dead now?
One last thing of anyone is looking at it. It I scroll till the bottom of the grid and then scroll back and now if I press enter after editing the cell then the next record's cell always enter the edit. Unlike the previous condition here the hidded records cell also get edited
Hi Gergana,
I have tried to replicate the issue in your code but was unsuccessful, might be because of the complexity of my code and the way it has been implemented. All I could help you is that the moment I execute RecordNext command the CellValuePresenter gets null and the cell refuses to go to edit mode.