Monday, September 14, 2009

In DataGrid, is it possible to add rows one by one at runtime. That means after entering data in one row next row will be added.

Yes, for this you have to use datatable and after inserting the first row in datatable u have to bind that datatable to the grid and next time , first u have to add the row in datatable and next bind it to datagrid. keep on doing.
u have to maintain the datatable state

No comments: