Author Topic: Filter is not working for rowData having reference value  (Read 610 times)

tarunsharma

  • Newbie
  • *
  • Posts: 20
    • View Profile
Filter is not working for rowData having reference value
« 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'] },