DataGridXL

Results 71 issues of DataGridXL

Some options/methods/events that are mentioned in docs and api are from v1 and need to be updated to reflect v2 only.

Example: copy 2x2 empty cells from Excel Online to DGXL in this Codepen demo: https://codepen.io/datagridxl/pen/mdXxXPR. It doesn't work in DGXL; it works in HoT though. When pasting the values in...

bug

https://news.ycombinator.com/reply?id=30920492&goto=item%3Fid%3D30919257%2330920492 Been using AgGrid but looking for a replacement. I tried to load a CSV of 100k items here and got a "RangeError: Maximum call stack size exceeded." https://www.datagridxl.com/demos/import-csv-data ---...

According to [this Stackoverflow thread](https://stackoverflow.com/questions/63017974/javascript-uncaught-error-when-clicking-full-screen-button-in-forge-viewer), it's because of `document.fullscreenEnabled`. It seems that in Codesandbox, the iframe document has fullscreenEnabled set to false. ![image](https://user-images.githubusercontent.com/67742466/154980689-8b9e1839-d5f4-457d-9fe2-512c342c2db2.png)

The `formatValue` private method replaces `\n` chars with newline symbols. That works on our ChromeOS, but `\r` is sometimes used. Check on Windows - using crossbrowsertesting

When mouse-drag selecting downwards (mouse outside of grid), edge detection is activated. **Only when mouse stays still** the scrolling remains in a solid tempo. When mouse moves during this drag...

bug

cellEditor expands while typing. This can cause overflow issue when cellEditor node becomes so wide that is messes up viewport/component node.

bug

Chrome (on ChromeOS) seems to cache the "cursor" property after it has been changed in "setMouseCursorState". When the user reloads the page (F5), the cursor is not set back to...

enhancement

It's a known issue: https://developer.apple.com/forums/thread/133248 Seems we cannot work around it, as it's a native iOS thing. We might recommend user to `display:none` the fullscreenButton part on iOS.

iOS