I have a customer entity with a country field.
When the user uses the datagrid to add a new customer I want the country to default to Canada.
Currently I do this in the datagrids' event structure and manually assign the value.
Is there a more appropriate override I can use in the customerEntity itself to do this defaulting?
Ian