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
575
AllowAddNew and AllowUpdate
posted

It seems that is AllowAddNew is enabled (bottom, bottom fixed, whatever) and AllowUpdate is DefaultableBoolean.False, that you cannot enter any data in the template add row.

 

That seems flawed to me.  If I indicate I want to allow adding rows, obviously I need to be able to update the cell data for that template add row.  However I want AllowUpdate to be false so users cannot edit existing rows.

 

It appears I am stuck with some kind of hack like looping through all existing rows and setting CellActivation to NoEdit, or leaving AllowUpdate False and trying to turn on just for the add row.  Or hooking into a cell activate type event.


Is this intended behavior?  Can it be changed?  Best way to workaround? 

 

We are using v 9.1.20091.2012

Parents Reply Children
No Data