I have followed Phil Haack's tutorial and everything works fine but now I want to implement search filters in my grid and I noticed that it sends a filter string attribute with my search string to my controller but its in json format... I have no idea how to get the values and use them to implement my search function..., Im using linq to sql.... please help
Right now Im just trying to implement a search by name function of Companies. I have a Company linq to sql model. I want the search to use SQL Like... so if I have a Company with the name of "Ford" and I type "For" it should find the company Ford and return it to the grid.