I havn't binded my grid to any datasourse.
I want to add a new row into the grid.
To delete a row we can use.... this.rows[i].delete();
similarly is there any code to add a new row in the grid
regards,
Raja.
There is a forum specifically for UltraWinGrid where this would be better placed. However, it is required that you bind to a datasource of some kind. An ultradatasource is a good choice if you have no other preference.
Nick