After calling the addRow, I want to have a way to get that row. Both the html jQuery object and the dataItem.
We cannot assume that the added new row is always at top or bottom. If you have ever sorted the gird, the added row may be in the middle.
The best way is having the addRow method return the jQuery object.