Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有 Ext.Net c# Grid 控件的 RTL 网页。我允许滚动网格。这一切都很好。在我更改 RTL "Ext grid" 中单元格的值后,滚动条会丢失正确的大小。
我找到了修复它的方法。编辑网格中的单元格后调用此函数。
function FixScrollSize(gridClientID) { $("[id=" + gridClientID + "] .x-grid-editor").hide(); }