Completed
Last Updated: 21 Jun 2022 22:04 by ADMIN
Xidong
Created on: 18 Dec 2013 16:20
Category: Grid
Type: Feature Request
1
Selector area of dragging to select should behave like Windows Explorer
The selector area of the dragging to select automatically goes all the way to the left; could that be changed so that the area shows up only from where the user clicked to where the cursor goes, like Windows Explorer? (see attached image)
1 comment
ADMIN
Rumen
Posted on: 21 Jun 2022 22:04

The requested feature is showcased in the Cell Selection demo

Yes, you can customize the color of the selection via the following CSS class:

.rgCellSelectorArea {
    background-color: red !important;
}