addRow function and events...

Hi there,

I got problems with the events and the addrow function… I setted up an event on my grid, with something like “mygrid.setOnCellChanged(save_function)”. This works fine, but when I call the “addrow” function it raises as many times my “save_function” as there are cells in my row to add… I don’t know how to avoid this behaviour which is slowing down my soft.

Please help

sorry, it was a mistake… I had an error in the addrow’s parameters.