I have a datagrid that is bound to a dataset. I what my users to be able to
(1) filter the dataset using their selection from a combobox.(the category is selected from the combobox)
(2) once filtered and displayed in the grid be able to click on the row and that rows data is displayed in textboxs below the grid.

The filtering is working fine, the grid is bound to the dataset prior to being filtered so I see all of the data. When I click on a row the data is displayed in the text boxes below the grid. Which is exactly what I want.

PROBLEM: I select a category (which applys a filter to the dataset) I click a row on the grid..... NO DATA?????????

Any Direction and or help would be appreicated.

chuck