I have defined Entity field of type integer and named it Poisiton. Its AutoIncrement property is set to True. In DataStructure I have default sort set ordered by this field Position.
When in screen on screensection I fill in OrderMember, obviously with Position, I cannot see any user control that allows changing row order as described here.
Can you confirm this is a bug? How to solve this, please?
OK. I have already found that. By AutoIncrement does not generate nothing like “IDENTITY(1,1)” in SQL script. It just shows a higher number in UI and when saving I get error becuase the value is NULL.