動的リスト (ドロップダウン) を使用して Struts2 グリッド フィルター列を機能させることができません。コードは以下です。Struts グリッド 2.2 を使用しています。列で edittype="select" を試しました。運が悪い:(
<sjg:grid id="unAssignedTable"
...
filter="true"
**filterOptions="{ stringResult :true,
searchOnEnter : true,
enableClear : true}"**
..
>
...
<sjg:gridColumn name="countryDescription" index="countryDescription" title="Country" sortable="true" search="true" edittype="select" />
....
</sjg:grid>
基本的に、ここのようにshipType列に検索フィルターが必要ですhttp://www.trirand.com/blog/phpjqgrid/examples/searching/search_toolbar/default.php