var newRow = GrdBspCompanyRowsCollection.addNew();
The addNew method of the Rows Collection works when there is atleast 1 row in the grid but if it is empty it fails. Anybody run in to this problem yet?