I have a client that would like a combobox in a datagrid... simple enough....
the scenario is a combobox filled with upc numbers, and when a upc gets selected, the whole row of the datagrid gets filled out, and it adds an empty row to the bottom of the datagrid... It's not working the way i would think... the selectedItem of the datagrid just isn't getting set... I've tried dispatching the change event after setting it, but I'm not sure whats wrong here... can anyone help me? here is a link to the page http://axel.cfwebtools.com/devel/ComboDataGrid/bin/ComboDataGrid.html here is a link to the source: http://axel.cfwebtools.com/devel/ComboDataGrid/bin/srcview/index.html Thanks in advance. Axel

