Please :
I dont anderstand why in the projecttracker sample in class
RoleEditList
the method
protected override RoleEdit AddNewCore()
{
RoleEdit item = RoleEditManager.NewRoleEdit();
Add(item);
return item;
}
in not called when I add a new row in the datagrid.
I need custmiz the new item.
Best regards
Alejandro
the datagrid is in WPF.