展開/折りたたみ機能の実装を手伝ってくれる人はいますか?
[展開] ボタンをクリックすると、対応するレコードの関連データを取得し、それを子行として表示する必要があります。
grid.Column(header: "Expand",
format: @<text>
<a href='#' class="expandable-open-button" rel="1" >></a>
<div class="expandable-child-row"></div>
</text>)
jQueryの使用を考えています。「展開」リンクをクリックすると、データベースからデータを取得し、webgrid html を要素に設定できます。