Hi,
It would be great if you could build in so some common properties are possible to enable by parameter true/false.
You have this functionality on some properties already.
It would be useful for example Create, Edit, Destroy like:
It is then possible to grab this from the model like:
Regards,
Mattias
It would be great if you could build in so some common properties are possible to enable by parameter true/false.
You have this functionality on some properties already.
It would be useful for example Create, Edit, Destroy like:
.ToolBar(commands => commands.Create(false))
.ToolBar(commands => commands.Create(Model.EnableCreate))
Regards,
Mattias