jacobaa
10-20-2004, 03:36 PM
Using remoting to access my data, I am populating the datagrid with values. In one column of the datagrid, using the cell renderer, I have a comboBox in 1 column and in each row that when changed, will access new values in the rest of that row. The values are changing and accesssing the correct information - however - the data doesnt change until I rollover the row.... very weird. I believe this might be an internal function of the rollover state of the datagrid, maybe accessing setValue or something. I'm wondering if i can access this rollover function and call it from my change handler on my combo box. Does anyone have any suggestions, or has anyone ever had this problem? I really can't seem to figure this one out.