TypedView and WinForms

Posts   
 
    
cheng
User
Posts: 8
Joined: 05-Apr-2009
# Posted on: 21-Apr-2009 15:55:59   

For TypedViews on WinForms apps, is there a way to intercept and implement insert, edit and delete. I see that LLBLGenProDataSource provides the PerformWork event and would implementing the equivalent functionality be feasible, or is it not recommended to use TypedViews to achieve CRUD functionality?

Are there plans to provide datasources that are available to Forms apps?

Thanks.

MTrinder
User
Posts: 1461
Joined: 08-Oct-2008
# Posted on: 21-Apr-2009 21:25:29   

WinForms apps do not need the DataSourceControl - you can bind the typed view directly to a data grid, and then intercept the grid's events to do whatever processing you need.

Matt