BeginInit is an explicitly implemented interface (ISupportInitialize) method on 
the DataGridView class. To call it, you need to use the explicit syntax:

grid = DataGridView( ... )

ISupportInitialize.BeginInit(grid)

In this case we wanted to preserve the nature of explicitly implemented 
interface methods and allow them to be called in this manner only.

Martin

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cheemeng
Sent: Tuesday, July 25, 2006 11:28 PM
To: users@lists.ironpython.com
Subject: [IronPython] 'DataGridView' object has no attribute 'BeginInit'

hi IP team,

the DataGridView object has no attribute BeginInit

this is previously fix in 1.0 beta4 I think.

cheemeng

_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to