I am using a jqx List box to filter columns of a grid. In those list boxes I am using check boxes so it will resemble excel (sort of). The boxes for first name and last name were quite long so I added filtering to them using ‘containsignorecase’. All this works wonderfully. The problem is that if the item you would like to select is the first item it is un-selectable and acts like the (select all) option in that it becomes white when you try to select it but it will not allow itself to be selected and it will not trigger the filtering on the grid. Any Ideas?