Try modifed the stored procedure.
You will recover this query, in [customerList = customerDataManager.GetCustomerList(...]
check frmCustomerSearch class, GetCustomerResultList method.
customerResultList is DataSource at customer grid. [this.grCustomers.DataSource = this.customerResultList;]
I hope this helps!
Regards,
Rodolfo Recalde.