I've used a combo box cell renderer class for a column in a datagrid. However, I can't determine the path to the combo box in a particular cell after it is initially drawn. I want to reset the selectedIndex in the combo when a new item is added to the datagrid. Is there a way I can access that combo box's path?

