Hello.
I have an issue when using the xamDataGrid. The grid is configured to enable adding of records, and the addrecord shows at the top. So far so good. But when entering edit mode by clicking on a cell, it automatically ends edit mode when I try to enter a character. This only happens the first time I enter editmode on a cell on the addrecord. Entering editmode again after it automatically has ended, it works fine. It also always works fine on other records other than the addrecord.
Why does editmode end?
Hello,
I have tested the issue described both with the RTM (1010) and latest service release (2225) of vesrion 12.1 and I wasn't able to reproduce the behavior you described. I can suggest you download the latest service release of by logging to our web site and going to Account \Keys & Downloads, if you dont use it and if the issue still occurs could you please send me an isolated sample project, where it is reproduced, so I can investigate this further for you.
Looking forward for your reply.
Hi,
Has this issue been resolved? We are using XamDataGrid part of version 12.1 and are still facing this issue. When we specify RecordContainerGenerationMode of Virtualize or Lazyload or Preload, as soon as a chanracter is entered in the add record, the edit mode ends (the ExitEditMode event is not fired though). We have to click in the cell again to edit. We cannot use the default mode (Recycle) as we are facing other issues with it.
Please advise if there is a way to workaround this.
Thank you.
Actually, this indeed looks like an issue. I am not able to reproduce the behavior that you are describing (the cell exiting edit mode) but I am able to reproduce a similar one.
With all of the RecordContainerGenerationMode options except Recycle (which is the default one) when you start typing in the Add New Record's Cell, the first character is disregarded.
I am going to create a support case on your behalf for this issue as the behavior should be consistent with all of the virtualization modes. You will be automatically notified when the service release for this is out.
Because of your reply in my other thread http://community.infragistics.com/forums/p/36995/214091.aspx#214091 , I decided to change ContainerGenerationMode from Virtualize to Recycle. This actually fixed my problem with EditMode ending when typing in the AddRecord. Maybe this is something that should be looked into.