|
-
May 6th, 2005, 06:50 AM
#1
Thread Starter
Frenzied Member
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.
-
May 7th, 2005, 02:06 AM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|