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#グリッドコントロールを備えたRTLWebページがあります。グリッドのスクロールを許可します。これはすべて正常に機能します。RTL "Ext grid"のセルの値を変更すると、スクロールバーのサイズが正しくなくなります。
私はそれを修正する方法を見つけます。グリッド内のセルを編集した後、この関数を呼び出します。
function FixScrollSize(gridClientID) { $("[id=" + gridClientID + "] .x-grid-editor").hide(); }