add row

add row



when I add the new row, it adds the row that not in the last



could you help

thank you









The code which you are using will add row after selected one, if you need to add row to the last position, you can use
mygrid.addRow((new Date()).valueOf(),[’’,’’,’’,’’,false],-1)