Hello userdch,
If we take the Filter Row as an example, you just have to change the filtercondition of the Name column from ‘starts_with’ to ‘equal’:
columns: [ { text: 'Name', columntype: 'textbox', filtertype: 'textbox', filtercondition: 'equal', datafield: 'name', width: 115 }, { text: 'Product', filtertype: 'checkedlist', datafield: 'productname', width: 220 }, { text: 'Available', datafield: 'available', columntype: 'checkbox', filtertype: 'bool', width: 67 }, { text: 'Ship Date', datafield: 'date', filtertype: 'date', width: 210, cellsalign: 'right', cellsformat: 'd' }, { text: 'Qty.', datafield: 'quantity', filtertype: 'number', cellsalign: 'right' } ]
Best Regards,
Dimitar
jQWidgets team
http://www.jqwidgets.com/