-
ASP.NET DataGrid
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.
-
Re: ASP.NET DataGrid
Have a look at this article:
http://dotnetjunkies.com/WebLog/tcol.../13/11354.aspx
OTOH, when I want to make a certain column in a datagrid editable, I use TemplateColumns instead of bound columns.