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
1065
Allow add new row and disallow update row
posted

Hello,

in my UltraGrid the user should be allowed to add new rows and delete rows but the user should not be able to change data of existing rows.

When I set the property "AllowAddNew" to FixedAddRowOnTop and the property "AllowUpdate" to False the user can't add any new row... It seems like the AllowAddNew depends on the AllowUpdate.

What can I do else?

Parents Reply Children
No Data