var fundSearchFilter = {active : 't'};
var fundLabelFormat = ['${0} (${1})', 'code', 'year'];
-
function gridDataLoader() {
fListGrid.resetStore();
fListGrid.showLoadProgressIndicator();
fmField : field,
fmObject : entry,
fmClass : 'acqdfe',
- labelFormat: (field == 'fund') ? fundLabelFormat : null,
+ labelFormat: (field == 'fund') ? fundLabelFormat : null,
+ searchFormat: (field == 'fund') ? fundLabelFormat : null,
searchFilter : (field == 'fund') ? fundSearchFilter : null,
parentNode : byName(row, field),
orgDefaultsToWs : true,