Definitions: Mono 1.9 Date Submitted: 4/3/2008 3:43:30 AM Comments: Thank you for this wonderful project! Could you please prioritize finishing DataGridView implementation? Without it we can't even try our rich client under Mono. ========================================= Pending issues: 4 [NIEX] System.Windows.Forms.DataGridView::set_RowCount(System.Int32) 4 [NIEX] System.Windows.Forms.DataGridView::get_IsCurrentRowDirty() 4 [NIEX] System.Windows.Forms.DataGridView::SetCurrentCellAddressCore(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean) 4 [NIEX] System.Windows.Forms.DataGridView::InvalidateRow(System.Int32) 1 [TODO] System.Windows.Forms.Cursor::set_Current(System.Windows.Forms.Cursor) Details: Implement setting a null cursor, and add XplatUI method to get current cursor 4 [NIEX] System.Windows.Forms.DataGridView::InvalidateColumn(System.Int32) 4 [NIEX] System.Windows.Forms.DataGridView::InvalidateCell(System.Windows.Forms.DataGridViewCell) 4 [NIEX] System.Windows.Forms.DataGridView::get_EditingPanel() 1 [TODO] System.Windows.Forms.Cursor::get_Current() Details: Implement setting a null cursor, and add XplatUI method to get current cursor 4 [NIEX] System.Windows.Forms.DataGridViewCellPaintingEventArgs::Paint(System.Drawing.Rectangle,System.Windows.Forms.DataGridViewPaintParts) 4 [NIEX] System.Windows.Forms.DataGridView::NotifyCurrentCellDirty(System.Boolean) 1 [TODO] System.Windows.Forms.Application::SetUnhandledExceptionMode(System.Windows.Forms.UnhandledExceptionMode) Details: Empty stub. 4 [NIEX] System.Windows.Forms.DataGridViewCell::PositionEditingPanel(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Windows.Forms.DataGridViewCellStyle,System.Boolean,System.Boolean,System.Boolean,System.Boolean) 1 [TODO] System.Windows.Forms.ToolStripManager::Merge(System.Windows.Forms.ToolStrip,System.Windows.Forms.ToolStrip) Details: Only supports one level of merging, cannot merge the same ToolStrip multiple times 4 [NIEX] System.Windows.Forms.DataGridViewTextBoxCell::KeyEntersEditMode(System.Windows.Forms.KeyEventArgs)