Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
665
New Row disappears
posted

Hi,

I am working on a grid that allows the user to append new items (lines). When a user clicks in the first sell of a new row a form pops up where the user can select an item. This is done in the AfterCellActivate event. After selection, the selected item is added to the bound item an two cells are updated (serialnumber and name).

Now when the new row is leeved for example by click in another row or click in another control, the whole row is lost.

Before I displayed the select form in BeforePerfomAction with the NextCellByTab action. Here it worked fine.

What am I doing wrong in this new scenario? I also tried to Perform the CommitRow action manually but with not effect.

Kind regards

Patrick