I think.Columns['ButtonCol'] not working may be a bug. .Columns.Item['ButtonCol'] shouldn't work. The interesting question is if the bound columns should show up as well – that's probably not our bug but I won't know w/o doing some more research into how the columns are supposed to work.
Interestingly, When I Add() a column to my DataGridView control it appears as the left-most column. I don't think this is the intended way to layout the control. Modifying the DisplayIndex property does not move it either. It's like the layout logic only thinks there is the one column, as well. It probably has the same root cause .
_______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
