Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

How to prevent inserts into the edit table

edited April 2021 in SRP EditTable Control
If you click the down arrow (on your keyboard) while inside the edit table, the edit table inserts a new row at the bottom. I have set AllowInserts to false, and it still does this. How can I stop these inserts? This table should be read only.

set_property(grd_orders$, 'OLE.AllowInserts', false$)





Comments

Sign In or Register to comment.