Magento
Magento:: Grid Search by customer name and make customer name link to customer view page
In your custom module database has the customer_id field: IN Grid.php Create a function in Grid.php after _prepareColumns() function: create a renderer file in app/code/local/Namespace/YourModule/Block/Adminhtml/YourModule/Renderer/Customer.php with the following content: