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.
Janus GridEXコントロールを階層モードで使用していて、すべての行を展開したいと思っています。
階層を使用する前に言ったように、グループがないため、expandGroups()機能しません。
expandGroups()
助言がありますか?
grid.ExpandRecords();
私は自分で問題を抱えていました。 grid.ExpandRecords()正しい方法です。ただし、グリッドが表示され、実際に表示されている場合にのみ機能します。
grid.ExpandRecords()
私の場合、TabControlを使用しています。イベントでgrid.ExpandRecords()メソッドを使用する必要がありましたSelectedTabChanged
SelectedTabChanged