override AddNewCore

override AddNewCore

Old forum URL: forums.lhotka.net/forums/t/12706.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

 

JonnyBee replied on Monday, July 28, 2014

Hi,

Which version of CSLA and which UI project (/WindowsForms/WPF/Web/...)  do you run? 

 

 

arquisoft replied on Monday, July 28, 2014

CSLA 4.5.600.0

WPF

thanks

arquisoft replied on Monday, July 28, 2014

CSLA 4.5.600.0

WPF

arquisoft replied on Monday, July 28, 2014

I must say :

I am adding new item to the collection moving to the last row of the grid

arquisoft replied on Monday, July 28, 2014

I must say :

I am adding a new item by moving to the last row of the datagrid

Copyright (c) Marimer LLC