Hello Abdul, Try the following. It worked for me, I don't know if it is elegant but works.
var _combobox = filterDG.rows[_index].cells[_cellIndex].combo; where _index is datagrid row index and _cellIndex is column index. good luck, -rk --- In [email protected], "cpsdesigns2002" <[EMAIL PROTECTED]> wrote: > > 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?

