Anyone know of a way I can search for a record and programmatically start inline editing a record that might be on another server side page of my grid? e.g. I have a grid that gets it's data from entity framework using linq. It has pagination enabled and gets each page from the server as requested. Is there a good way to search for a specific record and navigate to the page it's on and start inline editing it?