Hi there,
I've got a datatype with a RoundID identity column which is generated in the database. This means that it shouldn't be edited, and it will be automatically populated when a new record is added. I would like to display it as read only.
I see from various places that there used to be a .Bound().ReadOnly() method, but this seems to be missing from the latest version. Am I missing something?
If not, can somebody point me in the direction of how to create a custom template or some such to make this work?
Thanks
I've got a datatype with a RoundID identity column which is generated in the database. This means that it shouldn't be edited, and it will be automatically populated when a new record is added. I would like to display it as read only.
I see from various places that there used to be a .Bound().ReadOnly() method, but this seems to be missing from the latest version. Am I missing something?
If not, can somebody point me in the direction of how to create a custom template or some such to make this work?
Thanks