DataGridXL
DataGridXL
Sometimes ContextMenu is opened on page, but it's not entirely visible. Improve positioning code in ContextMenu class.
Before moveRows (single range)  After moveRows (multi range) 
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...
Right now, it is not noticable whether buttons are disabled or not.
It should display the value of the cellCursorPosition cell
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...
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...
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...