Does anyone know how to grab values from a nested datagrid?? For instance, i have a Parent Grid of categories and the nested grid is a grid of products for each category. I need to get the values of each product that was selected. I will need to get the values on the click of a button outside the grid, therefore i will not be able to state which cell it is like e.item.cells(2). Any help would be greatly appreciated.