Have you already searched for similar issues? Please help us out and double-check first!
Also, please don't be that person who deletes this template. It's here for a reason.
Thanks!
✅ Officially supported ✅
⚠️ Not officially supported, expect warnings ⚠️
☣️ Not officially supported, expect warnings and errors ☣️
✅ Officially supported ✅
⚠️ Not officially supported, but "should work" ⚠️
👋 Need general support? Not sure about how to use React itself, or how to get started with the Grid?
Please do not submit support request here. Instead see
https://github.com/adazzle/react-data-grid/blob/master/CONTRIBUTING.md
When the following code was placed. All in-cell editing will be failed.
When I was double click it, a strange behaviour, '_onGridRowUpdated_' was called 3 times
<Modal open={true} onClose={this.closeModal}>
<ReactDataGrid columns={columns} rows={rows} />
</Modal>
When the Modal was removed, replaced with div or other simple tag, all will be resumed to normal.
Any solutions / css hack to tackle this problem ?
I think I'm seeing the same issue, it looks like nothing's being entered but when you press "enter" does the value update? It does for me. Would love to hear about a fix
I think I'm seeing the same issue, it looks like nothing's being entered but when you press "enter" does the value update? It does for me. Would love to hear about a fix
If this is indeed the issue, I fixed by adding a style rule .rdg-editor-container { z-index: 10051 !important; }. Worked for me
I think I'm seeing the same issue, it looks like nothing's being entered but when you press "enter" does the value update? It does for me. Would love to hear about a fix
If this is indeed the issue, I fixed by adding a style rule
.rdg-editor-container { z-index: 10051 !important; }. Worked for me
yeah .
its worked for me .
maybe we need upgrade the 6.x doc
Duplicate issue
https://github.com/adazzle/react-data-grid/issues/1973#issuecomment-618605141
Most helpful comment
If this is indeed the issue, I fixed by adding a style rule
.rdg-editor-container { z-index: 10051 !important; }. Worked for me