New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
grid.Model.Options.ControllerOptions &= ~GridControllerOptions.SelectCells.
MySelectCellsMouseController selectCellsController = new MySelectCellsMouseController(grid);
grid.MouseControllerDispatcher.Add(selectCellsController);
Now with that custom mouse control in your project you can now modify it to your needs. In particular, you could remove teh code that adjusts the range for coveredcells.
There might be some references to internal Switches that we use internally for debugging and you will get a compiler error about them you can simply comment out those lines.