Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
695
Add new Row to Empty Grid in Client Side code?
posted

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?