EditPostMode is epRow, PageMode is True and I tired different setting for all relative properties.
(MS SQL Server ver 15 and ver 17, W10 and W11)
The field UserName is not a key field and can accept nulls:
When editing, the table goes to dsBrowse status preventing to keep editing next fields. I reported this issue some time ago...
Searching the forum I found an old post reporting the same problem:
I looked the lines mentioned in it and in the last version of DBAdvGrid (2.8.3.5) are commented.
Now this is a big issue for me as all my applications use this interface.
Are you aware of this issue and did you find a solution? I'm importing all records from xlsx files to avoid this problem...
Best Regards
Francisco Alvarado
I'm not seeing how this change could be relevant as this it is applicable for EditPostMode epCell and you indicate you use epRow?
Can this be reproduced with any of the demos (or a modified demo)?
Hi Bruno
Since I reported the edit issue I tried to modify some demos, but I think it's related to the dataset, as you responded at that time...
I don't use Navigation.AppendOnArrowDown since all the append and edit of records is done in a panel, but maybe the problem is still related to a dataset incompatibility...
I'll prepare a demo using MS-SQL Server tables to reproduce the problem.
Best Regards
Francisco Alvarado