Hi there,
I am reviewing your grid editing documentation and have seen range of articles on customising the edit template, using custom commands, using custom data adapters. They are great for making it easy and all of them will be useful building blocks for creating my own crud system.
However I use a CQRS backend model and have separate commands for each action. How do I bind the add template and edit templates to different objects and keeping the flow within your grid system. I would rather not have to create separate custom dialogs for each.
Thanks very much