ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: tarunsharma on May 11, 2022, 08:09:48 pm

Title: Filter is not working for rowData having reference value
Post by: tarunsharma on May 11, 2022, 08:09:48 pm
Hi,

My filter is not working for the columns having reference value as show below. Can you guide me how this will get fix?

title: GS.res.freightRate.TransportTypeLabel, dataType: "string", editable: false, align: "left", minWidth: 120, dataIndx: "TransportationType",
                render: function (ui) {
                    return ui.rowData['TransportationType']['SearchValue'];                   
                }, filter: { crules: [{ condition: 'contain' }], listeners: ['keyup'] },