Hi,
This may be basic, but I can't see where to configure what I want:
I'd like to have an edit (button) column autogenerated on my detail table, but not on the master table. How do I do this?
Thanks,
Ben
One suggestion is adding GridEditCommandColumn to the column collection of DetailsTableView instead of showing AutoGenaretedEditColumn (while setting AutoGenerateEditColumn proerty to false).
Another option is hiding the AutoGeneratedEditColumn of MasterTableView from code behind.
Mark-up: