findCell exact match?

Is there any way to force findcell to do an exact match?

Currently, a search for Beck in a “Last Name” column can yield:
Beck, Becker, Trabeck, …

What would be most useful is to be able to specify a regular expression. Maybe that can be put on a wish list.

Anyway, are there any options for affecting the match in findCell? Can I override the compare? If so, could you give me a code example?

Thank you for any help you can give me on this.

Please, try to set the fourth attribute of the findCell method to “true”.
For example:
var searchResult=myGrid.findCell(“alf”,1,false,true);