Datagrid pausing until rollover

I’m still searching for a solution for this…

Using remoting to access my data, I am populating the datagrid with values. In one column of the datagrid I have a comboBox in each row that when changed will change the values in the rest of that row in the datagrid. The values are changing and accesssing the correct information - however - the data doesnt change until I rollover the row… very weird. I’m guessing I need a function similar to the refreshPane() for a scroll pane. Does anyone have any suggestions, or has anyone ever had this problem? I really can’t seem to figure this one out.