DataGridXL

Results 71 issues of DataGridXL

Sometimes ContextMenu is opened on page, but it's not entirely visible. Improve positioning code in ContextMenu class.

enhancement

Before moveRows (single range) ![147746575-f260fab1-ee68-423a-99ff-f15760c0f1b1](https://user-images.githubusercontent.com/67742466/152161933-ee0a5027-a38f-497f-bf5d-12841de67675.png) After moveRows (multi range) ![147746604-71dd02cb-5db5-4ddc-b460-b8bd202d1017](https://user-images.githubusercontent.com/67742466/152161943-abca9f32-e7fa-47ed-98b0-f69a7f2d8542.png)

bug

Right now, scroll and document calculations look at row and col dimensions only. However, fill handle renders a few pixels down/right of full document. Add a blanksheetExtraSpace property of some...

enhancement

Right now, it is not noticable whether buttons are disabled or not.

enhancement

It should display the value of the cellCursorPosition cell

bug

Edge detection is too fast in grids that have only rows to scroll, compare to grids that scroll in Y and X directions. Edge detection in a grid that scrolls...

enhancement

Case: https://datagridxl.com/demos/multiple-grids All four grids have a cell cursor displayed. should not be the case. A cell cursor displayed is a sign of an active grid: only a single grid...

enhancement

Issue: Edge detection is always on "xy". However, fillCells action is either "x" or "y" depending on user drag. Match edge detection direction with current fillCells action direction. Objective: Match...

enhancement