Hi,
We have a jQGrid in which we have 20 columns. For one of that column , we have put the filtertype as a CheckedList. That column may have value or may be blank. Now the issue is that if we select the blank checkbox from the filter condition it should show the filtered record with all 20 columns with blank value for that particular column. Instead of that its showing nothing or ” No record to display.” on the grid.
Could you please help how we can set this filter for blank column value.
Please see the below code for one column.
{
text: '<div class="HeaderText bgEmir">Fircos</div>',
datafield: 'Fircos',
width: 85,
cellsrenderer: renderers.fircos,
filtertype: 'checkedlist',
}