the datagrid is in WPF.

the datagrid is in WPF.

Old forum URL: forums.lhotka.net/forums/t/12707.aspx


arquisoft posted on Monday, July 28, 2014

 

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.

Copyright (c) Marimer LLC