I have a DataSource for catalog items that needs to be read-only for all of my SmartGWT clients (i.e., fetch operations are fine for anyone, but no one is permitted to add, update, or remove records). What's the most effective way of doing this? There appear to be access-control attributes on the fields but not on the DataSource as a whole. Rewriting the operation bindings would probably work but doesn't communicate to client components the read-only status.
Announcement
Collapse
No announcement yet.
X
Comment