Hello everybody,

I am new to ASP.NET and using DataGrid in ASP.NET for the first time. I created a DataTable and bind the DataTable with the DataGrid. DataGrid is not editable. I need the DataGrid to be editable and user can enter or change as many records as he want. When I set the EditItemStyle property to 0, only first row is editable. I need to use it like a Windows.Forms DataGrid.

Thanks.