BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
public bool Find(long key)
{
// Do Not loop through grid ...
// Instead call DataView.Find of your underlying datasource
// When find has found the correct record move the current cell to that record and return true
}
Stefan