Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
18146 | Aug 24,2004 07:03 PM UTC | Sep 24,2004 03:21 PM UTC | WinForms | 8 |
![]() |
Tags: GridControl |
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.
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.
Stefan
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.