Groups | Blog | Home
all groups > dotnet windows forms databinding > july 2007 >

dotnet windows forms databinding : Does BindingSource.AddingNew work with a DataTable? (Part 1)


Jamie Risk
7/27/2007 3:55:39 PM
I've been poking around the net, trying to get my BindingSource.
AddingNew event handler to cooperate.

Is it accurate that "AddingNew" doesn't work with a DataTable
source? (ref below)

- Jamie


ref:
Sheng Jiang[MVP]
7/31/2007 3:54:55 PM
DataTable does not support IBindingList, which is required to raise the
ListChanged event.
Use a datasource that support IBindingList, such as BindingList
--
Sheng Jiang
Microsoft MVP in VC++
[quoted text, click to view]

AddThis Social Bookmark Button