I've got a grid that I've got Enabled = false because I don't want any cell highlighting when it is clicked. The thing is I DO want the mouse events to fire when a row is clicked (specifically mouseup ...
dt.Rows.Add(new object[] { 4, "Category 1", "Item 4", DateTime.Parse("7/15/2004"), DateTime.Parse("7/16/2004") }); dt.Rows.Add(new object[] { 2, "Category 1", "Item 2 ...