The dataset have the find() method, check help. Then you can re-build the datagrid using myDataGrid.removeAllColumns() and copy the dataset content to the datagrid. Also based on your bindings, the datagrid updates itself or you need to force the update based on the dataset modelChanged event.
Jorge